Hi gurus, My problem: I need to deploy the following:
-Hi, are you {name}
-Yes or no (if no, say goodbye)
-Are you healthy?
-Yes or no
-Are you currently working?
-Yes or no
…
etc… about 15 questions “yes or no”, and after that, given the information provided by the user, ask other questions and have another stories depending on previous answers.
I’m doing this (first 15 questions) with one story for “are you {name} - no” and other story for “are you {name} - yes” and the other questions using “or - intent yes / intent no”, using slots for storing the answers.
The problem I’m having is that it seems that the model get confused in the 4th or 5th question and if I answer “no” it goes to the “are you {name} - no” story and says goodbye. I tried with “rasa interactive” and it creates a very similar story (no "or"s, obviously) but adds a “slot was set”. If I do that, I should use again the “or”. In the docs, Rasa people says that we should not use “or” so much, but I don’t know other way to do this.
Can I do something like this (it’s simple, really) with Rasa? I think that I’m using the wrong approach, I work currently with Watson Assistant, I’m trying to migrate, but the “way of thinking” is totally different and I’m probably lost in the way.
What do you think?
Thanks in advice.