0
votes

Bot Framework version - 3.11.0

I have added intents as below in LUIS:

Intents added in LUIS

Whenever I call the API as here I get entities empty. It works randomly like this query works

Am I missing anything? What might be the reason LUIS can able to find the entity in one case than other, as both are using same utterance and intent?

2
I had a similar case where items at the end of a sentence followed by question mark or other symbols were not detected. If you test your 1st sample without "?" It is detected, so you could remove it before calling LUISNicolas R

2 Answers

0
votes

You are using very few utterances. You should use at least 12 and with a varied structure, not just "Who know..." "Who knows..." etc. Also for the other intents you need to add enough utterances as well.

0
votes

The more intents you can add here it will be better. And after adding the intents and entities please make sure you are training/re-training the bot. Many times LUIS has a tendency to skip a trained model altogether. Also please do publish the model for a better efficiency.