Is there a rule based syntax for INTENT recognition?

Dear all,

I realized that when I only have too few intents and data, due to the statistical model, any sentence is always recognized as one of the few intents I trained. Is there a fallback solution in rasa where I can just write a syntax to recognize intents? (not the actions in dialogue, as Rasa already has that function). Many many thanks for answering in advance! Have a wonderful day!

Regards, Lily

See FallbackClassifier in the docs.

Thanks, Simon. So basically there is no rule based solution in Rasa.