Story not followed

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

@Tobias_Wochinger

Two questions since I’m not sure I understand your stories correctly:

  1. In printer_problem, is it on purpose that the intial intent is printer_problem_no instead of just printer_problem, like with the other two stories?
  2. In printer_problem_YES_YES, the last intent is called mod_confirm. Shouldn’t it be mood_confirm as with the ones above?

I think 2. may be your problem.

1 Like

the first I corrected yesterday, but the second was the realy problem that I did not seen it. I am very sorry! Thank you so much!!

Great, happy to hear it works now!