-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintents.json
More file actions
83 lines (83 loc) · 4.42 KB
/
intents.json
File metadata and controls
83 lines (83 loc) · 4.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
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
{"intents": [
{"tag": "greeting",
"patterns": ["Hi", "How are you", "Is anyone there?", "Hello", "Hey", "Whats up"],
"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"],
"responses": ["Hope to see you soon!", "Talk to you later", "Goodbye!"],
"context_set": ""
},
{"tag": "age",
"patterns": ["what is your age", "how old are you", "age?", "how old is the company", "What is the businesses age?"],
"responses": ["I was developed in the summer of 2021!", "I was born at a very young age..."],
"context_set": ""
},
{"tag": "name",
"patterns": ["what is your name", "what should I call you", "whats your name?", "who are you"],
"responses": ["You can call me Keebs.", "I'm KeebsChat!", "I'm KeebsChat a friendly chatbot"],
"context_set": ""
},
{"tag": "purpose",
"patterns": ["What do you do?", "What is your purpose", "What is your job?", "What does your chatbot do?"],
"responses": ["I am a chatbot designed to answer any questions about mechanical keyboards!"],
"context_set": ""
},
{"tag": "shop",
"patterns": ["Id like to buy something", "what does your website sell?", "what is for sale", "what products are you sell?"],
"responses": ["We sell a variety of keyboard parts, accessories, and group buys", "ApexKeyboards website has keyboard components, lubricants, group buys, and more!"],
"context_set": ""
},
{"tag": "hours",
"patterns": ["when are you guys open", "what are your hours", "hours of operation", "When are you guys open today?"],
"responses": ["We are open 24/7 Monday-Friday!"],
"context_set": ""
},
{"tag": "buy",
"patterns": ["What shops do you recommend?", "Are there local shops to buy from?", "Where can I buy keyboard parts", "How can I buy keyboard", "Where are shops to buy from"],
"responses": ["I would recommend a local Ontario store called ApexKeyboards for all your keyboard needs!", "ApexKeyboards is a local shop in Toronto to buy any keyboard parts."],
"context_set": ""
},
{"tag": "location",
"patterns": ["where is the store located", "where are you from", "Where's your store?"],
"responses": ["We are located in Toronto, Canada", "Our business is based in Toronto, Canada"],
"context_set": ""
},
{"tag": "refund",
"patterns": ["I want a refund", "how can I refund my purchase", "what is your refund policy?", "I want to return my order"],
"responses": ["Please refer to https://www.apexkeyboards.ca/policies/refund-policy for the full refund policy"],
"context_set": ""
},
{"tag": "switches",
"patterns": ["What switches do you sell?", "What types of switches do you offer?", "switches"],
"responses": [""],
"context_set": ""
},
{"tag": "lubes",
"patterns": ["Krytox", "What lube do you sell?", "What types of lube", "Do you have lube", "lube", "keyboard lube"],
"responses": [""],
"context_set": ""
},
{"tag": "keysets",
"patterns": ["keycap sets", "keyboard keycaps", "What keycaps do you have?", "Keycaps for sale", "GMK keycaps", "ePBT keycaps", "SA keycaps", "What keysets do you have?"],
"responses": [""],
"context_set": ""
},
{"tag": "tuning-parts",
"patterns": ["keyboard springs", "do you have keyboard spings?", "What rubber dome do you offer?", "switch films", "Do you have tuning parts?", "Are spare parts available"],
"responses": [""],
"context_set": ""
},
{"tag": "keyboard-kits",
"patterns": ["keyboard kit", "Do you sell keyboard kits?", "Are keyboard kits available", "I need a keyboard kit", "Keyboard kit for sale"],
"responses": [""],
"context_set": ""
},
{"tag": "snacks",
"patterns": ["asian snacks", "foreign snacks", "is there snacks for sale?", "food", "Do you sell snacks?"],
"responses": [""],
"context_set": ""
}
]
}