AI-900 · Question #235
You are building a Language Understanding model for an e-commerce business. You need to ensure that the model detects when utterances are outside the intended scope of the model. What should you do?
The correct answer is B. Add utterances to the None intent. https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/conversational- language-understanding/concepts/none-intent Every project in conversational language understanding includes a default None intent. The None intent is a required intent and can't be…
Question
Options
- AExport the model
- BAdd utterances to the None intent
- CCreate a prebuilt task entity
- DCreate a new model
How the community answered
(35 responses)- A11% (4)
- B77% (27)
- C9% (3)
- D3% (1)
Explanation
https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/conversational- language-understanding/concepts/none-intent Every project in conversational language understanding includes a default None intent. The None intent is a required intent and can't be deleted or renamed. The intent is meant to categorize any utterances that do not belong to any of your other custom intents.
Topics
Community Discussion
No community discussion yet for this question.