Skip to content

Latest commit

 

History

History
64 lines (33 loc) · 2.56 KB

Integrating QnA Maker and Azure Bot Service.md

File metadata and controls

64 lines (33 loc) · 2.56 KB

msa-azure-chatbot

Using unstructured data with the QnA Maker

Choose the preview version and create QnA Service

image

Select additional features and click "continue to creating your own resource"

image

Create the Text Analytics Service

image

Proceed then to crate the QnA Maker service as previously

Integrating the QnA Maker Service with the Azure Bot Service

Click on create bot. This will send you back to the Azure Service Creation for the bot service.

image

Select the bot service from the Azure and click "Create"

image

Proceed to provision the bot service

  • NOTE: You cannot provision a bot service using the Azure student account (insufficient authorization). This segment is included for completion purposes.

image

Proceed to ensure that the bot is linked to your knowledge base in the QnA Maker image

Go to the channel tab where you can get

  • the embed code where you can link to the website
  • then click on the web chat functionality (as we will be embeding the code to a website image

Do the following to connect the bot to a webpage

  • Copy the embed code onto your webpage (GitHub Pages or for testign you can make a html file and open it using your browser
  • Click to Show the secret key (Ensure to keep this confidential!)
  • Copy the secret key on to the copied embed code on the webpage image

You should now be able to see the bot interface on the webpage! image

Further steps

  • The webpage here is for demonstration
  • Check out session 3 Linked here on how to develop a basic website for the bot servic