How to handle negations

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: image

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

1 Like

I have a similar issue, as described here: Multiple non mutually exclusive intents Hope that anyone has a good solution!

1 Like

hi all, solution already found? i’m now in the same situation.

the example is quite good

BR Frank

Maybe using multi intents?