Hi Team,
We are using Rasa version :1.4.5
I am facing an issue with intent detection. Let me explain to you my problem. So i have one intent called:
#issue_with_vpn
- issue with VPN
- VPN issues
- problem with VPN
- trouble with VPN
- {More utterances like this}
So on typing in chat window “i am facing issue with VPN” it trigger the right intent which is #issue_with_vpn
So below is my problems:
First when I type only issue it triggers the same intent which should not be triggered until it gets the context like VPN issue etc.
Second, when I type issue with my keyboard it triggers the same intent which is also wrong.
I am using the Fallback policy so what should be done is that in the above scenario it should go to the fallback rather than triggering the intent.
Thanks in advance.