HI, I have a problem is writing stories. I have written the stories as follows:
Here every time I enter my address dialog flow is going to 3rd story. Whatever the I started my conversion with. The dialog flow is not getting decided from the start of the conversation
For example:
user: Nearby_location
bot: action_ask_address
user : gives the address
bot: action_contact_deatils
All the stories have the address intent, maybe it’s getting conflict, can anyone help me by telling me how to write a story for this scenario.
If your intent is conflicting, maybe you can use slots as a flag to help Rasa decide which action to take next. For example, you could have a nearby_bin slot set to true when the user asks for a nearby bin location using /Nearby_bin_location. Now your rule can have a condition: