I'm using wit to recognize different intents in a retail context. Some of them trigger (successfully) FAQ answers, other initiate a business logic.
Surprisingly, I'm having a lot of trouble with the most basics conversational intents, like answering a hi
or hello
. Specially if they come as a single word (it doesn't get hi
or hello
but it successfully returns the correct intent for hi buddy
or hey dude
). Obviously there's a high chance that the first thing an user would say is just a simple hello
, any of you found the same issue? Any guidance on that?
It is actually the first time I experience this issue, and I haven't heard about it. Could it be related to the increasing number of intents created (now 15+)? I'm using trait
as a search strategy.
Greetings intent
Click on image for a larger version of the image.
Thank you very much for your help,