I'm using Bot Framework Composer v2.1.2 and I created an intent "Cancel" with following trigger phrases:
- cancel
- quit
- abort
- exit
- never mind
- forget about it
- back
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.