Reset bot after ending Conversation

How do I reset everything related to the last conversation? After the bot responds ‘goodbye’ to the user, if again the user inputs anything(ex: hi), the bot should treat it as a new conversation and respond appropriately.

You can try action_restart from default actions. Link to documentation: Actions

I didn’t know this was mentioned in the rasa docs so I tried it with ‘Restarted’ from rasa_sdk events and it seems to be working fine.