nerdexam
Microsoft

AI-102 · Question #208

You are building a Conversational Language Understanding model. You need to ensure that the model will support the following sample utterances: - Set all the lights to on. - Turn off the lights in…

The correct answer is D. a change setting intent E. a query setting intent F. a device entity. To ensure the model supports the given utterances, you need to define the correct intents (actions the user wants to perform) and entities (objects or variables involved in the action). Change setting intent: This intent will handle commands like "Set all the lights to on" and…

Submitted by anjalisingh· Mar 30, 2026Design AI solutions

Question

You are building a Conversational Language Understanding model. You need to ensure that the model will support the following sample utterances: - Set all the lights to on. - Turn off the lights in the living room. - What is the current thermostat temperature? - Lower the temperature of the thermostat by five degrees. Which three elements should you add to the model? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Options

  • Aa location Intent
  • Ba change setting entity
  • Ca device intent
  • Da change setting intent
  • Ea query setting intent
  • Fa device entity

How the community answered

(21 responses)
  • A
    14% (3)
  • B
    5% (1)
  • C
    10% (2)
  • D
    71% (15)

Explanation

To ensure the model supports the given utterances, you need to define the correct intents (actions the user wants to perform) and entities (objects or variables involved in the action). Change setting intent: This intent will handle commands like "Set all the lights to on" and "Lower the temperature of the thermostat by five degrees." These utterances are focused on changing a device's settings. Device entity: This entity is necessary to recognize the type of device being controlled, such as "lights" or "thermostat." Query setting intent: This intent will handle queries like "What is the current thermostat temperature?" since it involves querying the state of a device.

Topics

#Conversational Language Understanding#intents#entities#smart home NLU

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice