I have introduced simple intent - SearchForPerson. So, there are two intents in application 'None' and 'SearchForPerson'. To identify person i am lookin for, I have defined hierarchy entity 'Person' with children 'FirstName' and 'LastName'. Now i am looking for a way how to train LUIS. There are possible approaches:
- I can upload predefined set of utterances but with different first/last names (100 variation per utterence - "search for {fistname} {lastname}" - for example).
- I can upload predefined set of utterances and define Phrase list with fistnames and lastnames.
- Something else.
Can please any one recommend the most efficient way to train LUIS for this simple task. All data will be upload to application by api.