Is there a way to create multiple paths in the same story based on the user intent :
* greet
- utter_greet
- utter_ask_create_account
* affirm
- utter_welcome
* deny
- utter_bye
How can we tweak the stories to accomplish this ? Thanks!
Is there a way to create multiple paths in the same story based on the user intent :
* greet
- utter_greet
- utter_ask_create_account
* affirm
- utter_welcome
* deny
- utter_bye
How can we tweak the stories to accomplish this ? Thanks!
you can try checkpoints in rasa. check this Stories