Hi! So I have a question! Tell me if I’m wrong the way rasa works is it when a user inputs anything it looks up for that story and generate a response based on that story right. So does that story work in order? For eg.
if I have a stroy:
##story1
*greet
- utter_greet
*inform
- utter_ask_date
*inform{“timeline”:“today”}
- utter_message
- action_report
*thanks
- utter_welcome
- utter_ask_ques
*deny
- utter_goodbye
So my question is do I have to a story like this for every possible conversation with the user coz that will be very inefficient. Does this story has to be in order also? Please help me with this issue. I’m not that great in coding