Using azure-sdk-for-node with azure.com

JavaScript integration

✓ Official SDK
Install
npm install azure-sdk-for-node
Train call to add suggestions to the knowledgebase.
curl \
  -H "Authorization: $API_KEY" \
  /knowledgebases/{kbId}/train
GenerateAnswer call to query the knowledgebase.
curl \
  -H "Authorization: $API_KEY" \
  /knowledgebases/{kbId}/generateAnswer
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-node
JavaScript
API
azure.com
azure.com:cognitiveservices-QnAMakerRuntime
At a glance
Language JavaScript
Endpoints2
✓ Official