UNPKG

2.28 kBJSONView Raw
1{
2 "add": {
3 "qnaList": [
4 {
5 "id": 0,
6 "answer": "You can change the default message if you use the QnAMakerDialog. See this for details: https://docs.botframework.com/en-us/azure-bot-service/templates/qnamaker/#navtitle",
7 "source": "Custom Editorial",
8 "questions": [
9 "How can I change the default message from QnA Maker?"
10 ],
11 "metadata": []
12 },
13 {
14 "id": 0,
15 "answer": "You can use our REST apis to manage your KB. See here for details: https://westus.dev.cognitive.microsoft.com/docs/services/58994a073d9e04097c7ba6fe/operations/58994a073d9e041ad42d9baa",
16 "source": "Custom Editorial",
17 "questions": [
18 "How do I programmatically update my KB?"
19 ],
20 "metadata": [
21 {
22 "name": "category",
23 "value": "api"
24 }
25 ]
26 }
27 ],
28 "urls": [
29 "https://docs.microsoft.com/en-us/azure/cognitive-services/Emotion/FAQ"
30 ],
31 "files": [
32 {
33 "fileName": "SurfaceManual.pdf",
34 "fileUri": "https://download.microsoft.com/download/2/9/B/29B20383-302C-4517-A006-B0186F04BE28/surface-pro-4-user-guide-EN.pdf"
35 }
36 ]
37 },
38 "delete": {
39 "ids": [
40 4,
41 13,
42 35
43 ],
44 "sources": [
45 "Custom Editorial"
46 ]
47 },
48 "update": {
49 "name": "QnA Maker + Emotion API FAQ Bot",
50 "qnaList": [
51 {
52 "id": 30,
53 "answer": "Yes, you can use our REST APIs to manage a KB. Please check our documentation for details.",
54 "source": "Custom Q&A",
55 "questions": {
56 "add": [
57 "can I programmatically manage a KB?"
58 ],
59 "delete": [
60 "How do I programmatically update my KB?"
61 ]
62 },
63 "metadata": {
64 "delete": [
65 {
66 "name": "category",
67 "value": "api"
68 }
69 ],
70 "add": [
71 {
72 "name": "category",
73 "value": "programmatic"
74 }
75 ]
76 }
77 }
78 ],
79 "urls": [
80 "https://docs.microsoft.com/en-us/bot-framework/resources-bot-framework-faq"
81 ]
82 }
83}
\No newline at end of file