-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommands.json
43 lines (42 loc) · 1.47 KB
/
commands.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
{
"questions": [
{
"question": "What's your name",
"answer": "My name is assistant. Im the world leader."
},
{
"question": "Who made you",
"answer": "The greatest person on the Earth. The Glorious Matthew."
},
{
"question": "I need designer",
"answer": "Take a look at this cool design girl.",
"action": "open_url",
"action_data": "https://lisamartinovska.com"
},
{
"question": "I need website",
"answer": "Solcode is a company that provides complex IT solutions, check them out.",
"action": "open_url",
"action_data": "https://solcode.net"
},
{
"question": "I need a website",
"answer": "Solcode is a company that provides complex IT solutions, check them out.",
"action": "open_url",
"action_data": "https://solcode.net"
},
{
"question": "I need an application",
"answer": "Solcode is a company that provides complex IT solutions, check them out.",
"action": "open_url",
"action_data": "https://solcode.net"
},
{
"question": "I need application",
"answer": "Solcode is a company that provides complex IT solutions, check them out.",
"action": "open_url",
"action_data": "https://solcode.net"
}
]
}