Hello everyone! I am trying to implement a chatbot for my master’s project using Rasa Open Source (3.5.15), and I have a question regarding the following requirement.
I need to create a simple flow (or branching logic) that presents a menu with two options for the user: one that allows them to access a FAQ (which I will handle through NLU, Stories, and Rules) and another that lets them proceed to interact with our AI, which will be triggered by a Custom Action.
The challenge I’m facing is that I can’t seem to create a loop in the action_talk_with_ai
. I’m unsure if I can achieve this solely with Slots and another action to control it, or if I should use a Form instead, and what slots I would need to manage this.
I would like to know if any of you have encountered this situation before or if you could offer any suggestions.
I would greatly appreciate your help!