AI-900 · Question #347
You are authoring a Conversational Language Understanding application to support a music festival. You want users to be able to ask questions about scheduled shows, such as: "Which act is playing on…
The correct answer is B. an utterance. In Conversational Language Understanding (CLU), an utterance is the spoken or typed input provided by a user in a conversation. It represents a discrete element of their communication, which can be a single sentence, a question, a command, or any form of human language.¨ It's a…
Question
Options
- Aan intent
- Ban utterance
- Ca domain
- Dan entity
How the community answered
(57 responses)- A12% (7)
- B79% (45)
- C2% (1)
- D7% (4)
Explanation
In Conversational Language Understanding (CLU), an utterance is the spoken or typed input provided by a user in a conversation. It represents a discrete element of their communication, which can be a single sentence, a question, a command, or any form of human language.¨ It's a natural language phrase such as "book 2 tickets to Seattle next Tuesday". Example utterances are added to train the model and the model predicts on new utterance at runtime. https://learn.microsoft.com/en-us/azure/ai-services/language-service/conversational-language- understanding/glossary
Topics
Community Discussion
No community discussion yet for this question.