Last active
January 20, 2019 12:22
-
-
Save stephlocke/f6ad27350dcec6064b88b21b3f4d517e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "MyFirstDummyApp", | |
"description": "This is my first dummy application.", | |
"culture": "en-us", | |
"usageScenario": "IoT", | |
"domain": "Comics", | |
"initialVersionId": "1.0" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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