I am using rasa 2.8.0. I have registered a form in my domain.yml as “name_form”. In the action.py, I have a class “ValidateNameForm” which returns name “validate_name_form”. when I run with docker, action server is running and validate_name_form being registered but I’m getting following error:
Encountered an exception while running action ‘name_form’.
my question is, is it important that I create a class with name function that returns “name_form”?