Skip to content

Instantly share code, notes, and snippets.

@stephlocke
Last active January 20, 2019 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephlocke/f6ad27350dcec6064b88b21b3f4d517e to your computer and use it in GitHub Desktop.
Save stephlocke/f6ad27350dcec6064b88b21b3f4d517e to your computer and use it in GitHub Desktop.
{
"name": "MyFirstDummyApp",
"description": "This is my first dummy application.",
"culture": "en-us",
"usageScenario": "IoT",
"domain": "Comics",
"initialVersionId": "1.0"
}
{
"name": "QnA Maker FAQ",
"qnaList": [
{
"id": 0,
"answer": "You can change the default message if you use QnAMakerDialog. See this for details https://docs.botframework.com/en-us/azure-bot-service/template",
"source": "Custom Editorial",
"questions": [
"How can I change the default message from QnA Maker?"
],
"metadata": []
},
{
"id": 0,
"answer": "You can use our REST apis to manage your KB. here for details https://westus.dev.cognitive.microsoft.com/docs/services/58994",
"source": "Custom Editorial",
"questions": [
"How do I programmatically update my KB?"
],
"metadata": [
{
"name": "category",
"value": "api"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment