I am trying to train my LUIS application to recognize user names. For that I've created a Simple Entity named ContactEntity and I have added different utterances:
intent definition with entities
I've trained my application but it still doesn't recognize other names, although names already labeled are perfectly recognized.
How many utterances do I have to enter to make LUIS start recognizing it? Is it ok to use Simple Entity or should I use another type of Entity?
Thank you in advance, Regards.