RasaHQ / rasa-demo

:tiger: Sara - the Rasa Demo Bot: An example of a contextual AI assistant built with the open source Rasa Stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow progress through onboarding steps using next_step

samsucik opened this issue · comments

Currently, users can use messages with intent next_step to start step 1 of the onboarding. However, this does not work for further steps. Take this example:
Screenshot 2020-10-12 at 14 12 36

As far as I'm able to tell, this is due to how ActionGreetUser is currently implemented. Since I've seen this failure mode in a real conversation, I think it might be worth fixing.