Introduction
Hi guys, let's explore a way of creating a health care Covid-19 FAQs BoT (after Creating it's Knowledge Base KB) using an Assessment Template provided in the Azure Portal.
Try to get familiar with the major high-level steps to create a BoT by checking my previous Blog.
Now let's get into the process of Building the FAQs BoT. Here is a simple diagrammatical understanding of the Overall Architecture involved in this process.
Try to get familiar with the major high-level steps to create a BoT by checking my previous Blog.
Now let's get into the process of Building the FAQs BoT. Here is a simple diagrammatical understanding of the Overall Architecture involved in this process.

**Follow this:- https://docs.microsoft.com/en-in/learn/modules/build-a-faq-chat-bot-with-qna-maker-and-azure-bot-service/1-introduction (For a clear overview)
QnAMaker + KB Creation
Log onto Qnamaker.ai
Click on Learn more to create a new KB following this https://docs.microsoft.com/en-us/azure/cognitive-services/QnAMaker/Quickstarts/create-publish-knowledge-base
Click Create a Knowledge base
Click Create a QnAService leads to https://portal.azure.com/#create/Microsoft.CognitiveServicesQnAMaker
Just start filling the relevant details.
****Let's use some latest trending news, say Corona. It’s can be related to content on creating a health care BoTs using the information from the below links:
- https://www.cdc.gov/coronavirus/2019-nCoV/lab/index.html
- https://www.cdc.gov/coronavirus/2019-ncov/faq.html
- https://www.who.int/news-room/q-a-detail/q-a-coronaviruses
- https://hastoragedevops.blob.core.windows.net/public/official.tsv
**Don’t forget to fill any more mandate fields if required.
Add more QnA pairs of your own if required as a part of Customized QnA pairs >> Add alternative suitable Questions to the Questions available >> View Options >> Select Show Metadata >> Select View 10/50 per page
Check Settings for More Options like Manage, Export, Import, Share the KB, etc.
Now Connect your QnA Service to your KB >> Name your KB >> Populate your KB >> Add the above URLs >> Select Professional option for the BoT Chat Type >> Submit
All you need is the QnAMaker service and knowledgebase created. This provides you with a RESTful endpoint to get connect to your application or to integrate with a bot framework as mentioned above.

Bharat Bhushan KvPosted May 2, 2020, 2:58 PM
Hi Friends, Pardon me for the Title. It's supposed to be COVID-19 FAQs BoT using QnA Maker Development and Deployment. Have a Great day!