Rasa Pro bot flow **resuming** instead of **starting new** - Rasa Pro CALM

  • I am using my own ASR and TTS endpoints for having a voice feature to the chatbot I had created using Rasa Pro.
  • I am running the rasa server in my terminal using the command:
    rasa run -m models --enable-api --port 6001 --cors "*"
  • When server is up, I am running my voice_bot script. and sending the an initial message “Hello”.
  • When I re-run my voice_bot script, instead of starting a new flow as the initial message is being sent again, it is resuming the old conversation which is not what I need.

How can I overcome this issue?

Any updated and corrected response is appreciated.

@jtrasa Could you please respond to this?

Send a /session_start command to reset your conversation state.

@jtrasa Thank you for the response. Now I am giving 2 messages, first one for /session_start and second one as user greeting. It is working good.

1 Like