AI-900 Question 269
Select 2Your company wants to use Azure OpenAI Service to build a chatbot that can assist customers by understanding their natural language queries and providing accurate responses. Which capabilities of Azure OpenAI Service can be utilized to achieve this goal?
- A
Generate responses to user queries using pre-trained language models
- B
Perform sentiment analysis to understand customer emotions
- C
Summarize long documents into concise, relevant responses
- D
Translate customer queries between different languages
- E
Provide real-time voice recognition and transcription capabilities
Show answer and explanation
Correct answers: A, C
Explanation
Azure OpenAI Service excels in leveraging large language models like GPT to perform tasks such as text generation and summarization. These capabilities can be effectively used to create advanced chatbots that understand and respond to user queries naturally. However, certain functionalities like sentiment analysis, translation, and voice recognition fall outside the scope of Azure OpenAI Service and are provided by other Azure Cognitive Services.
- A. Correct.
Azure OpenAI Service allows the use of pre-trained language models like GPT to generate contextually relevant and natural-sounding responses to user queries, making it ideal for chatbot applications.
- B. Incorrect.
While sentiment analysis is a feature of Azure Cognitive Services, it is not a primary capability of Azure OpenAI Service. Azure OpenAI focuses on language understanding and text generation rather than sentiment detection.
- C. Correct.
Azure OpenAI Service can summarize long text inputs into concise outputs, which is useful for providing relevant responses or highlights in a customer support scenario.
- D. Incorrect.
Translation of text between different languages is not a core capability of Azure OpenAI Service. This feature is instead a part of Azure Cognitive Services Translator.
- E. Incorrect.
Real-time voice recognition and transcription are not capabilities of Azure OpenAI Service. These features are provided by Azure Cognitive Services Speech.