Resume Story

Hello everyone,

I have dozens of stories and we are experimenting with T2S output now. I am unsure how I can model a “please repeat” rule that allows me to get back in the story. For example:

user: blabla
rasa: recognizes intent and starts story 54
...
(dialog between rasa and user following story 54)
...
user: Can you please repeat?
rasa: (repeats last message)
user: (continues with story 54)

Is there a way to define a rule that doesn’t affect the next action prediction?

1 Like

You can achieve that with UserUtteranceReverted event.

1 Like