-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWolbotDataset.json
81 lines (81 loc) · 4.04 KB
/
WolbotDataset.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
{
"intents": [{
"tag": "greeting",
"patterns": ["hey","wassup","hi","hey there","hello","heyyy","hello there"],
"responses": ["Hey wassup,i'm Wolbot from Newolf Society, how may i help you?"],
"context": [""]
},
{
"tag": "goodbye",
"patterns": ["bye", "see you later", "goodbye", "gtg", "nice chatting with you", "till next time"],
"responses": ["Adios amigo","byeee","have a nice day :)","c ya later!byeee"],
"context": [""]
},
{
"tag": "thanks",
"patterns": ["thanks", "thank you", "thanks for the help","ty","tysm"],
"responses": ["hey no probs buddy", "Anytime mate", "You're welcome"],
"context": [""]
},
{
"tag": "noanswer",
"patterns": [],
"responses": ["stop zoning out on me buddy","hey what's going on,what's wrong"],
"context": [""]
},
{
"tag": "FAQ",
"patterns": ["Are you a bot?","Are you an actual person or?","is this automated?","is this an automated message?" ],
"responses": ["Ouch :("],
"context": [""]
},
{
"tag": "extension",
"patterns": ["ohh","oh","my bad","sorry","lmao","don't lie","lol","what?","whatta bot"],
"responses": ["i'm just kidding XD,I am Newolf society's bot. So how may i help you ? "],
"context": [""]
},
{
"tag": "intro",
"patterns": ["what is this society all about","what do you guys do exactly","what does new wolf society do","what do we do in this club?"],
"responses": ["Newolf Society is a haven for creators,makers and hackers to network, learn and build. If you want to get in you've got to participate in the Icebreaker Program"],
"context": [""]
},
{
"tag": "entry",
"patterns": ["How do i get in?","How do we get in?","what is the Ice Breaker program?","i want to get into the club","Procedure to get into the club"],
"responses": ["through the Icebreaker Program, it's a two week program. You'll get to interact and work with new peeps.We also conduct useful webinars.The goal is'nt completing the project,it's all about learning and building."],
"context": [""]
},
{
"tag": "programs",
"patterns": ["what do we do once we get in?","what happens after we get in?"],
"responses": ["We do have various events in store for you guys.One of the events is tech clusters,where you get to choose a domain of your choice and work on a project for two weeks. As a matter of fact, i'm one of those projects XD"],
"context": [""]
},
{
"tag": "folks",
"patterns": ["how are the peeps here?","how are the folks at Newolf society?"],
"responses": ["We are a bunch of fun,interesting,enthusiastic people and we can't wait to meet you :)"],
"context": [""]
},
{
"tag": "why",
"patterns": ["why should i get in?","what will i learn?","how is this going to benefit me?","how is this going to help me?"],
"responses": ["You will learn new stuff and get to work on some amazing projects,moreover the experience is really fun,we don't want you missing out on that,just check out our website to get a clearer picture"],
"context": [""]
},
{
"tag": "qualification",
"patterns": ["do i need to be techsaavy to get in?","can anyone get in?","who and all get in?","are there any pre-requirements to get in?"],
"responses": ["Anyone who is interested in tech,wants to learn and believes in themselves will get in ,just participate in the IceBreaker program"],
"context": [""]
},
{
"tag": "contact",
"patterns": ["how do we contact you guys?","how do we get in touch with you guys?","what is your instagram handle?","contact info?","are you guys on linkedin?","what social media platforms are you guys available on?"],
"responses": ["For more info about us/to contact us please head over to LinkedIn:https://in.linkedin.com/company/newolfsociety Instagram:https://www.instagram.com/newolfsociety/?hl=en Medium:https://medium.com/newolf-society/about Discord:https://discord.com/invite/MZnG9rPgMG Youtube:https://www.youtube.com/channel/UCRbkf2XQFSaZ6Dg6moT1sGQ email:[email protected]"],
"context": [""]
}
]
}