exam questions

Exam AI-102 All Questions

View all questions & answers for the AI-102 exam

Exam AI-102 topic 3 question 33 discussion

Actual exam question from Microsoft's AI-102
Question #: 33
Topic #: 3
[All AI-102 Questions]

You have an Azure Cognitive 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?

  • A. Universal.Microsoft.CognitiveServices.Speech
  • B. SpeechServicesToolkit
  • C. Azure.AI.Language.Conversations
  • D. Xamarin.Cognitive.Speech
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
evangelist
Highly Voted 11 months, 1 week ago
Selected Answer: C
Azure Conversational Language Understanding is part of Azure Cognitive Services and is designed to understand the intent of text input. The Azure.AI.Language.Conversations package provides C# developers with the client libraries needed to interact with these services, enabling you to send text to models and receive the results of intent and entity recognition. Explanation of other options: A. Universal.Microsoft.CognitiveServices.Speech is primarily used for speech services such as speech-to-text conversion, and not specifically for text intent recognition.
upvoted 8 times
...
HaraTadahisa
Most Recent 6 months, 3 weeks ago
Selected Answer: C
I say this answer is C.
upvoted 1 times
...
reigenchimpo
7 months ago
Selected Answer: C
C is answer.
upvoted 1 times
...
reiwanotora
7 months, 2 weeks ago
Selected Answer: C
C is right answer. Xamarin is done.
upvoted 1 times
...
rdemontis
1 year, 2 months ago
Selected Answer: C
https://learn.microsoft.com/en-us/dotnet/api/overview/azure/ai.language.conversations-readme?view=azure-dotnet
upvoted 2 times
...
zellck
1 year, 6 months ago
Selected Answer: C
C is the answer. https://learn.microsoft.com/en-us/dotnet/api/overview/azure/ai.language.conversations-readme?view=azure-dotnet Conversational Language Understanding - aka CLU for short - is a cloud-based conversational AI service which provides many language understanding capabilities like: - Conversation App: It's used in extracting intents and entities in conversations Start by importing the namespace for the ConversationAnalysisClient and related class: - using Azure.AI.Language.Conversations;
upvoted 4 times
...
EliteAllen
1 year, 7 months ago
Selected Answer: C
C. Azure.AI.Language.Conversations The Azure.AI.Language.Conversations package is part of the Azure SDK for .NET and is used for interacting with Azure Cognitive Services' Language Understanding (LUIS) models, which are used to identify the intent of text input. This makes it the correct choice for integrating Model1 into App1.
upvoted 2 times
...
Pffffff
1 year, 8 months ago
Selected Answer: C
ChatGPT: The package you should add to App1 to use Model1 is C. Azure.AI.Language.Conversations. Azure.AI.Language.Conversations is a package that provides the Language Understanding (LUIS) service, which can be used to identify the intent of text input. This package contains classes for authenticating with the LUIS service and sending text to the service to obtain intent and entity information.
upvoted 4 times
...
marti_tremblay000
1 year, 9 months ago
ChatGPT says the correct answer isn't even listed : To configure App1 to use Model1, you should add the Azure.AI.TextAnalytics package to the project. This package provides the necessary libraries and functionality to integrate with Azure Cognitive Services text analytics models such as Model1. Therefore, the correct answer is not listed among the options. The correct answer is Azure.AI.TextAnalytics.
upvoted 2 times
...
marti_tremblay000
1 year, 10 months ago
Selected Answer: C
The question is about the intent of text input. It has nothing to do with speech. Therefore the Azure.AI.Language.Conversations is the answer : 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. Reference : https://learn.microsoft.com/en-us/samples/azure/azure-sdk-for-net/azureailanguageconversations-samples/
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago