i actions.py (10.0 KB) config.yml (1.3 KB) domain.yml (1.3 KB) have attached actions.py , domain.yml and config.yml files.
Please let me know what I’m missing or doing wrong.
Hi, this looks like just a typo - in your domain file you’ve listed the action as
action_find_facility_type, whereas in your actions.pydef name(self) -> Text: returns find_facility_types. These names should be the same (also when you use them in rules or stories)
ActionNotFoundException: Cannot access action ‘utter_iamabot’, as that name is not a registered action for this
domain.
i am facing this issue . actions is added in domain.yml and checked the typos it seems fine but still could’nt fix