Default_action, out_of_scope

Hey guys,

I’m trying to think of a way of introducing my default action, I have a few questions related to some of the rasa core features.

  • I want my chatbot to restart the conversation if it finds itself out of scope for several states (lets say after not understanding anything after 3 input messages it restarts). How do I do that?

  • Also if I want to introduce this feature into my bot do I have to introduce stories showing the bot failing?

  • Finally do I really need an out_of_scope intent? This seems to define a particular space in which the bot does not understand when I don’t want that.

1 Like

@JoeTorino Im trying to do the first one as well. Any luck ?