What’s the best way to handle the negations of the intents?
For example, if I have the intent happy
with examples like “I’m happy, I want to play”, it’s much likely that if the user says “I’m not happy, I don’t want to play” the bot will still match it to the intent happy
.
Another example is this one:
So… of course you could do a lot of mirror-intents for covering all the negations, but that would be really time wasting. Is there any other more convenient way to do it?
Thank you, Tiziano