Hello!
I have a bot with 12 trained intents. In certain cases, I need to check if the message from the user is one of two intents. BUT I don’t want it to be ranked along side the other 10 trained intents. Just to check if one of the two intents can be found in that message.
I don’t believe I can use the ignore intents in the forms. Is there a good way to go about doing this with Rasa?
I am trying to migrate from Dialoglflow which had something like this where a message could be ranked against a a subset of all of the intents. They had something called input context that is required for an intent to get hit.
Thanks for all the help!
abhi