Designing and Implementing a Microsoft Azure AI Solution — Question 44

You have an Azure AI service model named Model1 that identifies the intent of text input.

You develop a Python app named App1.

You need to configure App1 to use Model1.

Which package should you add to App1?

Answer options

Correct answer: B

Explanation

The correct answer is B, as the azure-ai-language-conversations package is specifically designed for working with language models that identify intents in text, making it suitable for integrating with Model1. The other options either relate to different functionalities, like text analytics or speech services, or are management packages that do not directly support intent recognition.