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.
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;
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.
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.
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.
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
...
Log in to ExamTopics
Sign in:
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.
evangelist
Highly Voted 11 months, 1 week agoHaraTadahisa
Most Recent 6 months, 3 weeks agoreigenchimpo
7 months agoreiwanotora
7 months, 2 weeks agordemontis
1 year, 2 months agozellck
1 year, 6 months agoEliteAllen
1 year, 7 months agoPffffff
1 year, 8 months agomarti_tremblay000
1 year, 9 months agomarti_tremblay000
1 year, 10 months ago