Valid AI-102 Dumps shared by EduDump.com for Helping Passing AI-102 Exam! EduDump.com now offer the newest AI-102 exam dumps, the EduDump.com AI-102 exam questions have been updated and answers have been corrected get the newest EduDump.com AI-102 dumps with Test Engine here:
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.
Correct Answer: D,E,F
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.