Activating a form - Getting Started with Rasa / Tutorials, Resources & Videos - Rasa Community Forum
post by Blaabjerg96 on Mar 29, 2021
Hello, I’ve been following along the udemy course: Rasa for beginners and I’ve run into a problem.
As of right now I’ve created a training bot with stories and a form - the problem is I cant get it to activate. The problem is that the udemy course’s syntax seems to be outdated, so i cant follow along.
I’ve linked my bot in the github link, if anyone please can tell me why i cant run my survey paths i would be grateful: GitHub - Blaabjerg96/RasaBot: Rasa
Thanks in advance
post by humcasma on Mar 30, 2021
You should better be using rules for form activation, rather than stories. Also, the way you specify the active_loop is not right. Take a look here
post by Blaabjerg96 on Mar 30, 2021
thanks I will take a look, also found another tutorial so thanks.