Now you have to train your app using utterances to get the appropriate results from LUIS. An utterance is nothing but the sentence typed/asked by the user of your bot, such as What is the current weather in Ashburn, Virginia?. You have to enter as many utterances as possible with your bot.
Some examples of utterances include the following:
- What is the current weather in Ashburn, Virginia?
- Get weather in Boston
- Get weather in Miami
To train your app, you have to add different types of utterances in LUIS. Let's perform the following steps to add new utterances:
- Select the New utterances section and then add the new utterance in the textbox:
- After entering the utterance, press Enter. LUIS will automatically highlight the geography in your text, as shown in the following screenshot:
-
Before clicking on Submit, make sure that the sentence is identified correctly and if...