Does “action_session_start” no longer work in Version 2.0 when called as a FollowupAction?
"""Resets convo"""
def name(self):
return "utter_goodbye"
def run(self, dispatcher, tracker, domain):
return [FollowupAction("action_session_start")]
no longer works in resetting the conversation.
How can I get the bot to reliably restart the conversation session after a certain action in Rasa V 2.0