Why would using intents be only applicable to a single menu? You mean if the user replies with a number then this would correspond to an intent linked to the first menu, but not any other? I would just not use the numbers to define the intents. Instead, I’d define a form where the primary method of selection is by intent, and a secondary is by an entity number. See Forms.
{“deregister_confirmation”: [self.from_entity(intent=“affirm”, entity= “number” , value=“yes”), self.from_entiry(intent=“deny”, entity= “number”, value=“no”)]} Have you got numbers to extract in the intent “affirm” or “deny” ?
In my case I prefer that the user choose the options with words. But this is interesting:
I’m thinking about how correlate the number with the option. Tell me how you do this!
Hi! I’m new on Rasa.
I wold like knowdo this on Rasa Open sorce 3.1. Anyone can help me? I’m following this example of this question, but i don’t know how implement those actions.