Build an "Question & Answer(QnA)" Chat Bot
In this Article we will see how to Build an QnA ChatBot with QnA Maker service. Please go through following Articles before proceeding, these concepts will not be covered in the post. How to build a JavaScript Chat Bot How to Deploy a Bot to Azure Prerequisites Bot created in the previous post Create a QnA maker service and Knowledge base Login to QnA Maker portal using your Azure credentials. Download Sample Knowledge Base. In the QnA Maker portal, Create on Create a knowledge base link. Click on Create a QnA Service link. Fill in and submit the environmental details to create an service. Select newly Created service to connect o to your Knowledge base. Give a Name to your Knowledge Base. Attach sample knowledge base downloaded in step 2. Click on Create your KB link to finally create your Knowledge base. Click on Save and train link and then Publish your your Knowledge base. Once your QnA Maker App is published, note ...