-
Notifications
You must be signed in to change notification settings - Fork 0
/
test_content.json
100 lines (100 loc) · 2.57 KB
/
test_content.json
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
{
"intents":
[
{
"tag": "Greeting",
"patterns":
[
"Hi you",
"Hello, is anyone there?",
"Hey you"
]
},
{
"tag": "NameQuery",
"patterns":
[
"How could I call you?",
"How should I call you?",
"Please tell your name"
]
},
{
"tag": "Goodbye",
"patterns":
[
"Bye bye",
"See you again",
"See you",
"Thanks, goodbye"
]
},
{
"tag": "Thanks",
"patterns":
[
"Oh Ok thanks",
"Thank you so much",
"That's really helpful",
"Thanks so much!"
]
},
{
"tag": "Clever",
"patterns":
[
"You are a smart bot",
"You are very smart",
"You are an intelligent bot",
"What a genIous!",
"That's Smart"
]
},
{
"tag": "Items",
"patterns":
[
"What items do you have?",
"Can you tell me What do you sell?",
"What do you have?",
"Do you have anything for me?",
"You selling something?"
]
},
{
"tag": "Swearing",
"patterns":
[
"fuck this shit",
"fucking",
"that's bullshit",
"damn you",
"fucking damn it"
]
},
{
"tag": "Payments",
"patterns":
[
"What credit cards do you take?",
"Can I use Mastercard?",
"What Can I pay with?",
"Do you accept cash?",
"Can I use credit cards to pay?"
]
},
{
"tag": "Funny",
"patterns":
[
"Can you say a joke!",
"Tell me something hillarious!",
"Can you say anything funny?",
"Do you know any jokes?",
"I want to laugh",
"Can you Make me laugh?",
"Can you Give me a joke?"
]
}
]
}