Describe features of Natural Language Processing workloads on Azure →mediumMultiple ChoiceObjective-mapped
AI-900 Practice Question: Describe features of Natural Language Processing workloads on Azure
What is the role of intents in conversational language understanding (CLU)?
⚠ Common exam trap
Watch out — candidates often confuse intents with entities (Option A), as candidates often mix up the 'what the user wants to do' (intent) with 'specific data points extracted' (entities), especially since both are core CLU components.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Intents represent the user's goal or desired action, determining how the bot should respond
In conversational language understanding (CLU), intents represent the user's goal or desired action, such as booking a flight or checking the weather. They map user utterances to specific tasks the bot should perform, enabling the model to classify input and trigger appropriate responses. This is distinct from entities (which extract data) or responses (which are outputs).
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Intents are the specific pieces of information extracted from user messages (dates, amounts, names)
Why it's wrong here
Intents and entities serve fundamentally different roles in a natural language model. Intents represent the overall objective of the utterance, while entities are the specific, extractable data points within the utterance, such as dates, amounts, account names, or flight numbers. For example, in "Book a flight to London on Friday," the intent is BookFlight, and the entities are the destination (London) and the date (Friday).
- ✓
Intents represent the user's goal or desired action, determining how the bot should respond
Why this is correct
Intents are the semantic classification of a user's utterance, capturing what the user wants to accomplish—such as CheckBalance, BookFlight, or GetWeather. When a bot receives a message, the CLU model scores the utterance against the defined intents and selects the highest-confidence one, which then routes the conversation to the appropriate dialog, handler, or response flow. This is why intents are the fundamental building block for goal-directed conversational bots.
- ✗
Intents are the predefined bot responses stored in a knowledge base
Why it's wrong here
This definition mixes intents with the answer-generation side of a bot. In Azure AI Language, predefined responses come from a knowledge base or custom question answering (QnA) project, where each answer is paired with one or more questions. Intents are defined in a conversational language understanding (CLU) project for classifying user goals (e.g., CheckBalance) and do not store the text of the bot's replies.
- ✗
Intents represent the confidence level of a bot's understanding
Why it's wrong here
Intents are categorical labels representing what a user is trying to do, not confidence measurements. In Azure CLU, the model returns a top intent alongside a confidence score (e.g., 0.92) that indicates how certain the model is about that prediction. The confidence score is a separate numeric output used for threshold-based fallback logic, while the intent itself is the semantic classification of the user's goal.
Go deeper
Related to this question
Learn chapter
Azure AI Language Service
Key term
Model
In IT and AI, a model is a trained mathematical representation that learns patterns from data to make predictions or decisions.
Key term
Conversational language understanding
Conversational language understanding is an Azure AI service that helps applications interpret natural human language in conversations or text inputs.
About these practice questions
This AI-900 question is part of Courseiva's 985-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AI-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI-900 exam.