Rules are single turn conversation(Forms in it’s most basic flow is treated as a single turn, meaning a form when activated asks follow up questions to fill in slots and executes actions).
Stories are for multi turn dialogues where the conversation is not very straightforward.
when using forms, you need to put both, Rules for the form to behave accordingly and stories are based on real life dialogues that occurs when user interacts with the form. some flows are not so easy to apply simple rules and hence stories provides indicators about how the conversation should be driven.
i use rules to define simple flows like faqs, chitchat, greet, goodbye, basic form path and then use stories to define more complex paths where the user deviates from “normal” like breaking the form in the middle to ask another question then moving to another form for example. this is why testing the bot is very important to understand how stories can help you.
Can you share some example where you are using both rules and stories together for a form example.
I am facing an issue while using both. My form is working successfully using rule but it is not transferring conversation to stories. i am working on rasa 3.0.4.
Hi @shubham-baghel ! I’m currently facing the same issue as well and I still haven’t quite understood how the structure flow is working when both forms and stories are used. I was wondering if you had found any solution to fix that issue? Thanks!