Explore the key components necessary to craft a basic Web Chat Bot using Bot Service, LUIS, and more. Learn how these elements work together for efficient bot creation.
Question
What components do you need to create a simple Web Chat Bot?
A. Entities
B. Knowledge base
C. Utterances
D. Bot Service
E. LUIS
F. Text Analytics
Answer
B. Knowledge base
D. Bot Service
Explanation
To create a simple Web Chat Bot, you need just two components: Knowledge Base and Bot Service.
We can create a Knowledge base from web site information or FAQ documents, etc. Usually, the Knowledge base is a list of questions and answer pairs. Bot Service provides an interface to interact with a Knowledge Base from different channels.
Options A and C are incorrect because Entities and Utterances are the parts of LUIS authoring and are not components of Web Chat Bot.
Option E is incorrect since Language Understanding Intelligent Service (LUIS) is Natural Processing Language (NLP) service and is not a Web Chat Bot component.
Option F is incorrect since Text Analytics is Natural Processing Language (NLP) service and is not a Web Chat Bot component.
Microsoft Azure AI Fundamentals AI-900 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Azure AI Fundamentals AI-900 exam and earn Microsoft Azure AI Fundamentals AI-900 certification.