-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintents_en.json
More file actions
55 lines (55 loc) · 1.42 KB
/
intents_en.json
File metadata and controls
55 lines (55 loc) · 1.42 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
{
"intents": [
{
"tag": "greeting",
"patterns": [
"Hi",
"How are you",
"Is anyone there?",
"Hello",
"Good day",
"Whats up",
"Hey",
"greetings"
],
"responses": [
"Hello!",
"Good to see you again!",
"Hi there, how can I help?"
],
"context_set": ""
},
{
"tag": "goodbye",
"patterns": [
"cya",
"See you later",
"Goodbye",
"I am Leaving",
"Have a Good day",
"bye",
"cao",
"see ya"
],
"responses": [
"Sad to see you go :(",
"Talk to you later",
"Goodbye!"
],
"context_set": ""
},
{
"tag": "stocks",
"patterns": [
"what stocks do I own?",
"how are my shares?",
"what companies am I investing in?",
"what am I doing in the markets?"
],
"responses": [
"You own the following shares: ABBV, AAPL, FB, NVDA and an ETF of the S&P 500 Index!"
],
"context_set": ""
}
]
}