What is Microsoft Azure Bot Framework?
Microsoft Azure Bot framework enables the organization to build virtual agents known as Bots.
Bots let users interact with intelligent solutions as though they are conversing with another person and assist end users and business users. Bot Connector let you connect your bot seamlessly to social channels such as Twitter, Slack, Facebook and other services. Even connect with web application using Iframe.
What is QnA Maker?
QnAMaker distills information into conversational, easy-to-navigate answers. QnA Maker is based on cognitive service and NLP. QnA Maker is a free, easy-to-use, REST API and web-based service that trains AI to respond to user's questions in a more natural, conversational way.
Question and Answer uses FAQ content in Word, PDF, Excel and Web.
Let us get started with configuration.
- Login to the QnA Maker Service via https://qnamaker.ai
- Sign and login with your Microsoft account.
Follow below steps to create QnA Maker Services
- Click a Create New Service.
- Give the service name (i.e. FAQKB).
- Give FAQ site URL or upload the excel, doc or pdf with question and answer .
- Click on create.
- It takes a couple of seconds and redirects to a knowledge based page.
- Click Test to verify the QnA Maker
- Click Save and retrain -> Publish knowledge base
- Click Publish one more time and you will re-direct to Rest End point page. Here you can find two important things,
- QnAMaker Service ID
- QnAMaker Service Subscription Key
I recorded the complete article available at my youtube channel.