AI-900 · Question #169
You need to reduce the load on telephone operators by implementing a chatbot to answer simple questions with predefined answers. Which two AI services should you use to achieve the goal? Each…
The correct answer is B. Azure Bot Service C. Language Service. To implement a chatbot for answering predefined questions, Azure Bot Service for the bot framework and Azure AI Language service (specifically QnA Maker) for the knowledge base are essential.
Question
Options
- AAzure Machine Learning
- BAzure Bot Service
- CLanguage Service
- DTranslator
How the community answered
(27 responses)- A7% (2)
- B81% (22)
- D11% (3)
Why each option
To implement a chatbot for answering predefined questions, Azure Bot Service for the bot framework and Azure AI Language service (specifically QnA Maker) for the knowledge base are essential.
Azure Machine Learning is a comprehensive platform for building and deploying machine learning models, but it is not the dedicated service for chatbot orchestration or managing predefined Q&A knowledge bases.
Azure Bot Service provides the core platform for building, hosting, and connecting the chatbot to various communication channels, managing its overall interaction logic.
Azure AI Language Service, particularly its QnA Maker capability (or custom question answering), is used to create and manage the knowledge base of predefined questions and answers that the bot will use to respond to user queries.
Azure Translator is designed for language translation between different languages and is not directly required for a bot answering predefined questions in a single language.
Concept tested: Chatbot architecture with Q&A knowledge base
Source: https://learn.microsoft.com/en-us/azure/bot-service/what-is-bot-service?view=azure-bot-service-4.0
Topics
Community Discussion
No community discussion yet for this question.