Custom actions not working

Issue: Custom actions and slots do not show up on Rasa X interactive chatbot.

RCA:

  1. I have defined custom functions in Actions.py. I successfully started the Actions server before running Rasa X.
  2. Endpoints.yml is updated as per suggestion to show actions endpoint
  3. Domain.yml is also updated. Custom intent is visible but not the slots or actions enlisted in domain file.

Can you please help troubleshoot what needs to be changed.

Attached are the docs. domain.yml (1.8 KB) endpoints.yml (1.3 KB) actions.py (11.6 KB)

Hi Team - Request your help with my problem.