Hi All,
I am building a chatbot using RASA framework. Below is the custom action I have written and this working fine but as I defined next action is restart i.e, out = ActionRestart().run(dispatcher, tracker, domain) it is not restarting action (i.e, not resetting all the slots and tracker). Please help me out. Any early help would be highly appreciated!.
class ActionSubmit2(Action):
def name(self):
return ‘utter_submit2’
Hi @varunsapre10
I tried as you mentioned. No error pops out, the model got trained successfully with action_restart but the chat is not reset/restarted.
Please let me know how can I get this done. Thanks.