Regarding the restart of conversation

how to use the action_restart in rasa model to restart the conversation at any point of time and how can we access the value of next action name???

action_restart can appear in your stories the same as any other action. Alternatively, if you want to restart a conversation after a custom action has completed, you can have the submit method return a ConversationRestarted event