forked from microsoft/BotBuilder-Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.qna
62 lines (62 loc) · 1.42 KB
/
sample.qna
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"urls": [],
"qnaList": [
{
"id": 0,
"answer": "Hello!\r\n",
"source": "Custom Editorial",
"questions": [
"hi",
"greetings",
"good morning",
"good evening"
],
"metadata": []
},
{
"id": 1,
"answer": "I am the QnAMaker bot! This sample demonstrates QnA Maker knowledge base from a bot!\r\n",
"source": "Custom Editorial",
"questions": [
"What are you?",
"What?",
"What do you do?",
"Who are you?",
"What is your name?",
"What should I call you?"
],
"metadata": []
}
{
"id": 2,
"answer": "Email us at [email protected].\r\n",
"source": "Custom Editorial",
"questions": [
"I need help",
"help"
],
"metadata": []
}
{
"id": 3,
"answer": "The simplest way to troubleshoot your smart light is to turn it off and on.\r\n",
"source": "Custom Editorial",
"questions": [
"Why does the light not work?",
"Not working!"
],
"metadata": []
}
{
"id": 4,
"answer": "When you upgrade, you need to disable Bluetooth, then re-enable it. After re-enable, re-pair your light with the app.\r\n",
"source": "Custom Editorial",
"questions": [
"Light doesn't work after upgrade.",
"Failed upgrade"
],
"metadata": []
}
],
"files": []
}