Bot not recognizing intent second time

I just started exploring rasa stack and created a default model using rasa init. Tried using rasa run --enable-api --cors. Was able to post data to the port at which rasa server was running and get response. But I am able to go through a story only once. For example, user types hi rasa returns hey how r u? user types great rasa types bye… Now this story has completed. But after this, if the user types hi again rasa returns hey how r u? Any input after this is not recognized by bot and bot always utters default msg. I am not able to proceed with the same user until i restart the rasa server. Can anyone point what im going wrong with?

Hi @Sivnathramco,

Maybe this will help: RASA ALLWAY PREDICT NEXT ACTION IS FALLBACK ACTION

Hope that helps.

I was working with the sample given by rasa as a default… So giving more stories and data for the bot to train on will eliminate this issue? Is there any rule that one user can run through a story for fixed times only?

hi @sivaramkappaganthu,

I don’t think it is possible right now.