Hi,
Can Rasa detect multiple intents with a single user input ?
A basic example, if an user says : “Hey ! Thank you for your email !” I want to detect the intents “greet” and “thanks”.
I can create a new intent, “greet_thanks” but I can’t do it for each combination of intents and I don’t want to send a specific response. Just a concatenation of the responses for each intent. Here it would be : “Hi” + “You’re welcome”
Maybe there is a way to analyse twice the same input and to select the first then the second intent.