Reputation: 55
I'm using Bot Framework Composer v2.1.2 and I created an intent "Cancel" with following trigger phrases:
However during conversations when user is answering multiple choice questions (yes/no) LUIS also treats these answers as Cancel intents.
Is there a way to tell LUIS to ignore specific phrases?
I am aware that I could block interruptions for those multiple choice questions but that would impact user experience.
Upvotes: 2
Views: 203
Reputation: 40
Have you tried increasing the confidence score like below?
You could also create a 'None' Intent Recognized Trigger try routing the words you want to ignore to it.
Upvotes: 1