ActionNotFoundException

Hello,

I have always got this Exception, I have defined the utterance as action in domain action but still, get this problem, and as know, we must not define the utterance as action, that I have read in the douc of rasa, this Exception is triggered from TED policy, but also I got the same when I use utterances in rule.yml, in the following you can find part from my Domain.yml

responces:

 

  utter_more_info_about_novomind:

  - text: i can tell you more intersting things about our company, how i can more help you ?

 

  utter_greet:

  - text: Hey! my name is bot, i am virtual assistan of x , how i can help you?

  utter_chitchat/asking_for_agent_name:

  - text: my name is Nomi

  utter_chitchat/asking_for_weather:

  - text: for that you could take a look at the tv!!

  utter_cheer_up:

  - text: Here is something to cheer you up

    image: https://i.imgur.com/nGF1K8f.jpg

  utter_did_that_help:

  - text: Did that help you?

  utter_happy:

  - text: Great, you are welcome

  utter_goodbye:

  - text: Bye

  utter_iamabot:

  - text: I am a bot, powered by Rasa.

 

  utter_please_rephrase:

  - text: I'm sorry, I didn't quite understand that.

 

  utter_default:

  - text: Sorry I didn't get that. Can you rephrase?

  utter_out_of_scope/non_english:

  - text: "I only understand English, I'm sorry."

 

  utter_out_of_scope/other:

  - text: "I can't help you with that, I'm sorry."

 utter_ask_user_about's_their_help:

  - text: so {name} , how i can help you? to know more about my company?

actions:

 - utter_ask_user_about's_their_help

 - utter_greet

 - utter_iamabot

 - utter_more_info

 - utter_please_rephrase

 - utter_default

 - utter_goodbye
ActionNotFoundException: Cannot access action 'utter_ask_user_about's_their_help', as that name is not a registered action for this domain. Available actions are:
         - action_listen
         - action_restart
         - action_session_start
         - action_default_fallback
         - action_deactivate_loop
         - action_revert_fallback_events
         - action_default_ask_affirmation
         - action_default_ask_rephrase
         - action_two_stage_fallback
         - action_unlikely_intent
         - action_back
         - ...
         - action_extract_slots
         - utter_chitchat
         - utter_out_of_scope

Please correct the typo. It should be “responses”.

thank you very much, it worked, please I have another question, could you please tell me what is the best way to install rasa x ? I am total confused about the versions and deprecated packages

t> rasa --version
Rasa Version      :         2.8.0
Minimum Compatible Version: 2.8.0
Rasa SDK Version  :         2.8.1
Rasa X Version    :         0.34.0
Python Version    :         3.8.10
Operating System  :         Windows-10-10.0.19042-SP0
pip install rasa-x –extra-index-url https://pypi.rasa.com/simple