KRASSUSS
KRASSUSS

Reputation: 55

Bot Framework LUIS ignore specific words

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

Answers (1)

RYUB3N
RYUB3N

Reputation: 40

Have you tried increasing the confidence score like below? LUIS condition

You could also create a 'None' Intent Recognized Trigger try routing the words you want to ignore to it.

Upvotes: 1

Related Questions