We are checking for a simple negative answer in our intent, but is we use "No" as a training phrase, it matches every input including that word:
- No (negative input, right)
- Of course, no problem (positive input, wrong)
Are we missing something?
We are checking for a simple negative answer in our intent, but is we use "No" as a training phrase, it matches every input including that word:
Are we missing something?
As mentioned by @fmarm, you can try reusing intents. By reusing an intent, you need not to create different intents for different variations of negative answers and can add variations to negative answers in a single intent.