I'm trying to build an application in RASA NLU where I want to route all not understood text to the None Intent.
But, if I give some gibberish text, it's not giving the none intent instead its giving me some other intent.
My questions are:
- How do I set a threshold value for None Intent, such that if confidence score is below that it will fallback to the None Intent.
- Why is it routing to another intent instead of None intent when I'm giving gibberish input?