nerdexam
Microsoft

AI-102 · Question #153

You develop a Conversational Azure AI Language Understanding model by using Language Studio. During testing, users receive incorrect responses to requests that do NOT relate to the capabilities of the

The correct answer is C. Add examples to the None intent. https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/conversational-langu age-understanding/concepts/none-intent#adding-examples-to-the-none-intent The None intent is also treated like any other intent in your project. If there are utterances that you want

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

Question

You develop a Conversational Azure AI Language Understanding model by using Language Studio. During testing, users receive incorrect responses to requests that do NOT relate to the capabilities of the model. You need to ensure that the model identifies spurious or irrelevant requests. What should you do?

Options

  • AEnable active learning.
  • BAdd examples to the custom intents.
  • CAdd examples to the None intent
  • DAdd entities.

How the community answered

(34 responses)
  • A
    3% (1)
  • B
    15% (5)
  • C
    74% (25)
  • D
    9% (3)

Explanation

https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/conversational-langu age-understanding/concepts/none-intent#adding-examples-to-the-none-intent The None intent is also treated like any other intent in your project. If there are utterances that you want predicted as None, consider adding similar examples to them in your training data. For example, if you would like to categorize utterances that are not important to your project as None, such as greetings, yes and no answers, responses to questions such as providing a number, then add those utterances to your intent. You should also consider adding false positive examples to the None intent. For example, in a flight booking project it is likely that the utterance "I want to buy a book" could be confused with a Book Flight intent. Adding "I want to buy a book" or "I love reading books" as None training utterances helps alter the predictions of those types of utterances towards the None intent instead of Book Flight.

Topics

#Azure Language Understanding#Language Studio#None intent#out-of-scope utterances

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice