-
Notifications
You must be signed in to change notification settings - Fork 0
/
intents.json
56 lines (56 loc) · 2.62 KB
/
intents.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
{ "intents" : [
{"tag" : "greetings",
"patterns" : ["hello","hey","hola","namaste","konichiva","hi","greetings","whats up","how is it going"],
"responses":["Hello!","Hey!","What can I do for you?"]},
{"tag" : "master",
"patterns" : ["who made you","your owner"],
"responses":["Souravsing made me","Souravsing is my master"]},
{"tag" : "branches",
"patterns" : ["branches","how many branches you have","fields"],
"responses":["We offer 1.Computer Science and engineering 2.E& TC 3.Civil engineering 4.mech"]},
{"tag" : "principle",
"patterns" : ["who is principle?","principle","dean"],
"responses":["DR.Venkateshan"]},
{"tag" : "vice",
"patterns" : ["vice","vice principle"],
"responses":["DR.Ajam Sheikh"]},
{"tag" : "railco",
"patterns" : ["railway courses","railway"],
"responses":["We provide integrated courses with all branches"]},
{"tag" : "start",
"patterns" : [""," "],
"responses":["you can start conversation here"]},
{"tag" : "college",
"patterns" : ["college name"],
"responses":["MIT College Of Railway Engineering And Reaserach,Barshi"]},
{"tag" : "locatio",
"patterns" : ["situated at","location","located at","located"],
"responses":["MAEER’s MIT College of Railway Engineering and Research At Post Jamgaon, Tal. Barshi, Dist. Solapur, Maharashtra"]},
{"tag" : "contact",
"patterns" : ["mail id","contact","phone number","office","human","admission"],
"responses":["[email protected] +91 8459974437 , +91 8459967882 +91 9561067308 , +91 9146891811"]},
{"tag" : "hodcse",
"patterns" : ["hod cse","computer science hod","computer hod","head of depaartment of computer science"],
"responses":["Prof.Najim Sheikh"]},
{"tag" : "hodetc",
"patterns" : ["hod entc","hod E&tc","head of depaartment of electronics"],
"responses":["Prof.manure"]},
{"tag" : "hodciv",
"patterns" : ["hod civil","head of departmnt of civil"],
"responses":["Prof.vikas ganiger"]},
{"tag" : "hodmech",
"patterns" : ["hod mech","head of departmnt of mech"],
"responses":["Prof.Bhosale"]},
{"tag" : "open",
"patterns" : ["when can we visit college","college is open on"],
"responses":["college is working for all 7 days a week from 9.00am to 5.00pm"]},
{"tag" : "DTE",
"patterns" : ["DTE","DTE code"],
"responses":["EN-6901"]},
{"tag" : "help",
"patterns" : ["helpline","help","number","queries","assistant"],
"responses":["9420016346"]},
{"tag" : "seats",
"patterns" : ["seats","quota","avialable seats"],
"responses":["60 seats are avialable for each branch"]}
]}