For example, I have a story:
happy path no relevant audience
- greet
- utter_greet
- recommend_session
- utter_ask_relevant_audience
- inform{“relevant_audience”:“Data Scientists”}
- action_recommend_session
- slot{“speaker”:“Justina”}
- slot{“length”:“5 min”}
- slot{“abstract”:“Workshop on chatbots”}
- length
- utter_length
- speaker
- utter_speaker
- thanks
- utter_thanks
Now while chatting once inform intent is fulfilled, I want to jump to speaker intent instead of length.
When I am trying chat is replying in the same order Here is the chat
Your bot is ready to talk! Type your messages here or send ‘stop’/n
hi
Hey! I am a conference assistant. I can help you find the sessions to attend, or answer conference-/n related questions.
What presentation would you recommend to [data scientists]
What would be the relevant audience?
data scientists
I would recommend you attend: Something
thanks
The session is 5 hours
sure. Bye
The speaker is Tanmay.
Here, after getting the relevant audience when I m saying thanks why is it not skipping other intents