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…
Question
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)- A14% (3)
- B5% (1)
- C10% (2)
- D71% (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
Community Discussion
No community discussion yet for this question.