nerdexam
Microsoft

AI-900 · Question #32

You are developing a chatbot solution in Azure. Which service should you use to determine a user's intent?

The correct answer is D. Language Understanding (LUIS). Language Understanding (LUIS) is a cloud-based API service that applies custom machine- learning intelligence to a user's conversational, natural language text to predict overall meaning, and pull out relevant, detailed information. Design your LUIS model with categories of user

Submitted by yaw92· Mar 30, 2026Explore conversational AI workloads

Question

You are developing a chatbot solution in Azure. Which service should you use to determine a user's intent?

Options

  • ATranslator Text
  • BQnA Maker
  • CSpeech
  • DLanguage Understanding (LUIS)

How the community answered

(37 responses)
  • A
    5% (2)
  • B
    5% (2)
  • C
    14% (5)
  • D
    76% (28)

Explanation

Language Understanding (LUIS) is a cloud-based API service that applies custom machine- learning intelligence to a user's conversational, natural language text to predict overall meaning, and pull out relevant, detailed information. Design your LUIS model with categories of user intentions called intents. Each intent needs examples of user utterances. Each utterance can provide data that needs to be extracted with machine-learning entities. https://docs.microsoft.com/en-us/azure/cognitive-services/luis/what-is-luis

Topics

#Chatbot development#Intent recognition#LUIS

Community Discussion

No community discussion yet for this question.

Full AI-900 Practice