AI-100 · Question #133
You have an existing Language Understanding (LUIS) model for an internal bot. You need to recommend a solution to add a meeting reminder functionality to the bot by using a prebuilt model. The…
The correct answer is C. entities. LUIS includes a set of prebuilt entities for recognizing common types of information, like dates, times, numbers, measurements, and currency. Prebuilt entity support varies by the culture of your Note: LUIS provides three types of prebuilt models. Each model can be added to…
Question
You have an existing Language Understanding (LUIS) model for an internal bot. You need to recommend a solution to add a meeting reminder functionality to the bot by using a prebuilt model. The solution must minimize the size of the model. Which component of LUIS should you recommend?
Options
- Adomain
- Bintents
- Centities
How the community answered
(25 responses)- A4% (1)
- B16% (4)
- C80% (20)
Explanation
LUIS includes a set of prebuilt entities for recognizing common types of information, like dates, times, numbers, measurements, and currency. Prebuilt entity support varies by the culture of your Note: LUIS provides three types of prebuilt models. Each model can be added to your app at any Model type: Includes Domain: Intents, utterances, entities Intents: Intents, utterances Entities: Entities only https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-prebuilt-model
Topics
Community Discussion
No community discussion yet for this question.