nerdexam
Microsoft

AI-102 · Question #12

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. Instead, use a new intent for location. Note: An intent represents a task or action the user wants to perform. It is a purpose or goal expressed in a user's utterance. Define a set of intents that corresponds to actions users want to take in your application…

Submitted by satoshi_tk· Mar 30, 2026Implement language understanding 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 a Language Understanding service. 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 pattern in the FindContact intent. Does this meet the goal?

Options

  • AYes
  • BNo

How the community answered

(19 responses)
  • A
    26% (5)
  • B
    74% (14)

Explanation

Instead, use a new intent for location. Note: An intent represents a task or action the user wants to perform. It is a purpose or goal expressed in a user's utterance. Define a set of intents that corresponds to actions users want to take in your application. https://docs.microsoft.com/en-us/azure/cognitive-services/luis/concepts/patterns-features#pattern s-do-not-improve-machine-learning-entity-detection

Topics

#Azure CLU#Intent training#Utterances#Patterns

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice