AI-900 Question 275
Single answerA company wants to implement a chatbot that can automatically generate responses to customer inquiries using conversational language. They decide to use the Azure OpenAI Service. Which capability of Azure OpenAI Service makes it suitable for this task?
- A
The ability to analyze customer sentiment through pre-built models
- B
The capability to generate human-like text responses using powerful language models
- C
The ability to translate text into multiple languages
- D
The capability to detect anomalies in customer data
Show answer and explanation
Correct answer: B
Explanation
Azure OpenAI Service is designed to enable natural language generation using advanced language models like GPT. This makes it highly effective for generating human-like responses in tasks such as chatbots, content creation, and summarization. The other options involve different AI capabilities that do not pertain to natural language generation.
- A. Incorrect.
While sentiment analysis is a key AI capability, it is not part of natural language generation. Azure OpenAI Service specializes in generating text, not analyzing sentiment.
- B. Correct.
This is correct. Azure OpenAI Service leverages advanced language models (such as GPT models) to generate coherent, human-like text, which is ideal for tasks like building chatbots.
- C. Incorrect.
Translation is a feature of Azure Cognitive Services, not the Azure OpenAI Service. Natural language generation focuses on generating text, not translating it.
- D. Incorrect.
Anomaly detection is unrelated to natural language generation. Azure OpenAI Service is designed for generating text, not detecting data anomalies.