Hi for sure I something wrong , however, I cannot see it. I have a story from which I can have multiple outcome.
What I am expecting is to write that I have a problem with a printer Here I have an action with a question that I can answer yes or no Following this question I can choose two path If I am answer No is finish If I am answer Yes I have a second question at this point RASA core does not follow the story I am always get the NO path
printer_problem
- printer_problem_NO
- utter_printing_problem
- deny
- utter_printing_quota_to_be_verified
printer_problem_YES_NO
- printer_problem
- utter_printing_problem
- mood_confirm
- utter_printing_quota_ok_problem
- deny
- utter_printing_wrong_printer
printer_problem_YES_YES
- printer_problem
- utter_printing_problem
- mood_confirm
- utter_printing_quota_ok_problem
- mod_confirm
- utter_printing_nosolved
I tried with the API and is working, but it does not work from the console