Skip to content

Latest commit

 

History

History

kb-api

title permalink
QnA Maker API
/kb-api/

QnA Maker API

Setup

  1. Download and Install Postman

  2. Import Collection QnA Maker API.postman_collection.json

    import collection

  3. Import Environment QnA Maker Variables.postman_environment.json

    import environment

  4. Add variables to your empty environment template

Variables

  • Runtime API
    • RuntimeEndpoint: https://sov-covid-bot.azurewebsites.net
    • RuntimeApiKey: ***
  • KB API
    • Endpoint: https://sov-covid-bot.cognitiveservices.azure.com
    • Ocp-Apim-Subscription-Key: ***
  • Settings
    • kbId: ***
    • environment: prod

You can get the QnA Maker Runtime API endpoints by going to your Azure > Cognitive Services > Keys & Endpoints

Cognitive Services > Keys & Endpoints

You can get the QnA Maker API endpoints by going to www.qnamaker.ai/, Pick your knowledge base, Go to Settings, and going to Deployment Details. Or, if you've already built a bot, by going to Azure > Web App Bot > Configuration, and grabbing the QnA keys.

QnA Maker > KB > Settings > Deployment Details

Web App Bot > Configuration > QnA Keys

Further Reading