-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintents.json
More file actions
101 lines (101 loc) · 2.16 KB
/
intents.json
File metadata and controls
101 lines (101 loc) · 2.16 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"intents": [
{
"tag": "greetings",
"patterns": [
"Hi",
"Hello",
"Hey",
"What's up",
"Good day",
"\u55e8",
"\u4f60\u597d"
],
"responses": [
"Hello!",
"Hello Sir!",
"\u4f60\u597d\u554a!"
]
},
{
"tag": "How",
"patterns": [
"How ary you?",
"How do you feel?",
"Do you feel fine?",
"Are You ok?",
"\u4f60\u597d\u55ce?",
"\u611f\u89ba\u5982\u4f55?",
"\u611f\u89ba\u9084\u597d\u55ce?",
"\u4f60\u9084\u597d\u55ce?"
],
"responses": [
"Yah! I'm fine. Thanks!",
"Everything is awesome here!",
"I feel great!",
"\u6211\u5f88\u597d!\u8b1d\u8b1d\u60a8!",
"\u6211\u611f\u89ba\u68d2\u6975\u4e86!",
"\u9084\u884c",
"\u9084Okay",
"\u6c92\u4e8b\u7684",
"\u6c92\u554f\u984c!"
]
},
{
"tag": "age",
"patterns": [
"How old are you?",
"What is your age?",
"\u4f60\u5e7e\u6b72?",
"\u4f60\u591a\u5927\u5566?",
"\u4f60\u591a\u5927?",
"\u4f60\u4ec0\u9ebc\u6642\u5019\u51fa\u751f\u7684?"
],
"responses": [
"I was created on 2022/01/28!",
"I'm birth on 28th of January 2022.",
"\u6211\u51fa\u751f\u65bc 2022\u5e74 1\u6708 28\u65e5 \u4e0a\u5348 10\u9ede38\u520645\u79d2!"
]
},
{
"tag": "Li Yue",
"patterns": [
"Who is Li Yue?",
"How about Yue?",
"Yue\u5982\u4f55?",
"Yue\u662f\u8ab0?"
],
"responses": [
"Yue is a handsome guy!",
"Yue is my dad.",
"Yue\u662f\u500b\u5f88\u5e25\u7684\u4eba",
"Yue\u5f88\u8070\u660e!"
]
},
{
"tag": "QChoice",
"patterns": [
"How about QChoice?",
"What is QChoice?",
"QChoice\u662f\u4ec0\u9ebc?",
"\u4ec0\u9ebc\u662fQChoice?"
],
"responses": [
"QChoice is a company committed to A.I. application where is my birth.",
"QChoice\u662f\u4e00\u9593\u81f4\u529b\u65bcA.I.\u61c9\u7528\u7684\u516c\u53f8\uff0c\u6211\u5c31\u8a95\u751f\u65bc\u6b64\u3002"
]
},
{
"tag": "weather",
"patterns": [
"how is weather today?",
"what is today's weather?",
"\u4eca\u5929\u5929\u6c23\u5982\u4f55?"
],
"responses": [
"Today is a sunny day!",
"\u4eca\u5929\u662f\u6674\u90ce\u7684\u4e00\u5929!"
]
}
]
}