Microsoft
AI-102 · Question #231
You have an Azure AI Services model named Model1 that identifies the intent of text input. You develop an app in C# named App1. You need to configure App1 to use Model1. Which package should you add…
The correct answer is C. Azure.AI.Language.Conversations. Conversation Analysis is a cloud-based conversational AI 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…
Submitted by tunde_lagos· Mar 30, 2026Design and implement an Azure AI Language solution
Question
You have an Azure AI Services model named Model1 that identifies the intent of text input. You develop an app in C# named App1. You need to configure App1 to use Model1. Which package should you add to App1?
Options
- AUniversal.Microsoft.CognitiveServices.Speech
- BSpeechServicesToolkit
- CAzure.AI.Language.Conversations
- DXamarin.Cognitive.Speech
How the community answered
(56 responses)- A4% (2)
- B2% (1)
- C93% (52)
- D2% (1)
Explanation
Conversation Analysis is a cloud-based conversational AI 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. https://learn.microsoft.com/en-us/samples/azure/azure-sdk-for-net/azureailanguageconversations
Topics
#Azure Language Service#Intent detection#C# SDK#NuGet packages
Community Discussion
No community discussion yet for this question.