AI-900 Question 241
Single answerA company wants to leverage Azure's generative AI capabilities to create a custom chatbot that generates human-like responses to customer inquiries. They require a solution that integrates pre-trained models, supports fine-tuning for their business-specific data, and scales with their application needs. Which Azure service should they use?
- A
Azure OpenAI Service
- B
Azure Cognitive Search
- C
Azure Machine Learning
- D
Azure Bot Services
Show answer and explanation
Correct answer: A
Explanation
Azure OpenAI Service is specifically designed for generative AI workloads, providing access to pre-trained models like GPT that can be fine-tuned for specific needs. This makes it the ideal solution for building a chatbot that generates human-like responses and integrates seamlessly with Azure's scalable infrastructure.
- A. Correct.
Azure OpenAI Service provides access to powerful generative AI models, such as OpenAI's GPT, which are pre-trained and can be fine-tuned for specific use cases like chatbots. This makes it the best choice for the given scenario.
- B. Incorrect.
Azure Cognitive Search is designed for intelligent search and indexing capabilities, not for generating human-like responses via generative AI models.
- C. Incorrect.
Azure Machine Learning is a platform for building, training, and deploying machine learning models, but it does not natively provide pre-trained generative AI models like GPT.
- D. Incorrect.
Azure Bot Services enables building conversational agents but does not include pre-trained generative AI models for creating human-like responses. It is often used in combination with services like Azure OpenAI.