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
Question
Options
- ATranslator Text
- BQnA Maker
- CSpeech
- DLanguage Understanding (LUIS)
How the community answered
(37 responses)- A5% (2)
- B5% (2)
- C14% (5)
- D76% (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
Community Discussion
No community discussion yet for this question.