Error for domain.yml

any help for this error NameError: Cannot access action ‘utter_ask_futur’, as that name is not a registered action for this domain. Available actions are: - action_listen - action_restart - action_default_fallback - action_deactivate_form - action_revert_fallback_events - action_default_ask_affirmation - action_default_ask_rephrase

Hi there @achraf, if you want the dispatcher to utter utter_ask_futur, you’ll have to add it to your domain file. These available actions only look like the default ones – do you have a domain.yml file? If so, what does it look like?