Microsoft Azure AI Fundamentals — Question 120

You are authoring a Language Understanding (LUIS) 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 main stage?`
The question `Which act is playing on the main stage?` is an example of which type of element?

Answer options

Correct answer: B

Explanation

The correct answer is B, as the question represents an utterance, which is a specific phrase that users might say to interact with the LUIS application. An intent (A) refers to the action the user wants to perform, a domain (C) categorizes intents into broader contexts, and an entity (D) represents specific information within an utterance.