nerdexam
Microsoft

AI-102 · Question #309

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…

The correct answer is B. azure-ai-language-conversations. Conversation App: It's used in extracting intents and entities in conversations. https://pypi.org/project/azure-ai-language-conversations/

Submitted by yousef_jo· Mar 30, 2026Implement Azure AI Language solutions

Question

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?

Options

  • Aazure-cognitiveservices-language-textanalytics
  • Bazure-ai-language-conversations
  • Cazure-mgmt-cognitiveservices
  • Dazure-cognitiveservices-speech

How the community answered

(40 responses)
  • A
    13% (5)
  • B
    78% (31)
  • C
    8% (3)
  • D
    3% (1)

Explanation

Conversation App: It's used in extracting intents and entities in conversations. https://pypi.org/project/azure-ai-language-conversations/

Topics

#Azure Language service#Intent recognition#Python SDK

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice