Running model for only subset of intents trained

Hey!

Just some background, I have a model that has 10 intents. My question is that is it possible for me to pass a message into the model and only have it look for 2 (lets call them intent a and intent b) of the 10 intents in a certain scenario. So instead of ranking the intents out of all 10, it looks for either intent a or b or no match. Is that something that can be done with Rasa?

Thanks!

@abhi Hi, Please refer this link Forms and read in details about ignored_intent and not_intent, you will be able to archive your goal. Good Luck

Thanks! I have looked at that before. I should have been more specific in my question, but is it possible to do something like that without a form. I am trying to simply use the NLU model which means the form would not be able to help me here.