nerdexam
Microsoft

AI-102 · Question #152

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…

The correct answer is B. No. https://learn.microsoft.com/en-us/azure/cognitive-services/luis/concepts/application-design#creat e-example-utterances-for-each-intent To start, avoid creating too many utterances for each intent. Once you have determined the intents you need for your app, create 15 to 30…

Submitted by marco_it· Mar 30, 2026Implement conversational AI solutions

Question

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You build a language model by using Conversational Language Understanding. The language model is used to search for information on a contact list by using an intent named Findcontact. A conversational expert provides you with the following list of phrases to use for training: - Find contacts in London. - Who do I know in Seattle? - Search for contacts in Ukraine. You need to implement the phrase list in Conversational Language Understanding. Solution: You create a new utterance for each phrase in the FindContact intent. Does this meet the goal?

Options

  • AYes
  • BNo

How the community answered

(36 responses)
  • A
    28% (10)
  • B
    72% (26)

Explanation

https://learn.microsoft.com/en-us/azure/cognitive-services/luis/concepts/application-design#creat e-example-utterances-for-each-intent To start, avoid creating too many utterances for each intent. Once you have determined the intents you need for your app, create 15 to 30 example utterances per intent. Each utterance should be different from the previously provided utterances. Include a variety of word counts, word choices, verb tenses, and punctuation.

Topics

#Conversational Language Understanding#CLU intents#Utterance training#Language model training

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice