-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathintents.json
More file actions
230 lines (229 loc) · 5.83 KB
/
Copy pathintents.json
File metadata and controls
230 lines (229 loc) · 5.83 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
{
"intents": [
{
"tag": "greeting",
"patterns": [
"Hi",
"Hey",
"How are you",
"Is anyone there?",
"Hello",
"Good day"
],
"responses": [
"Hey :-)",
"Hello, thanks for visiting",
"Hi there, what can I do for you?",
"Hi there, how can I help?"
]
},
{
"tag": "goodbye",
"patterns": ["Bye", "See you later", "Goodbye"],
"responses": [
"See you later, thanks for visiting",
"Have a nice day",
"Bye! Come back again soon."
]
},
{
"tag": "thanks",
"patterns": ["Thanks", "Thank you", "That's helpful", "Thank's a lot!"],
"responses": ["Happy to help!", "Any time!", "My pleasure"]
},
{
"tag": "admission",
"patterns": [
"What is admission procedure and what is eligibility criteria to get admission?",
"What is admission procedure ?",
"regarding admission",
"eligibility criteria to get admission ?",
"eligibility critieria for admission",
"admission in RCOEM",
"how to get into RCOEM ?",
"What is the fees under NRI quota?",
"NRI quota admission"
],
"responses": [
"http://www.rknec.edu/Admissions/admissionlanding.aspx"
]
},
{
"tag": "directsecondYear",
"patterns": [
"What is the procedure for direct second year B.Tech admission to RCOEM?",
"direct second year admission",
"direct second year BTech admission",
"direct second year admission RCOEM"
],
"responses": [
"http://www.rknec.edu/Admissions/AdmissionDirect2ndYearBE.aspx"
]
},
{
"tag": "placement",
"patterns": [
"What is the placement scenario in your Institute?",
"placement in RCOEM",
"about placements",
"highest package in rcoem"
],
"responses": [
"http://www.rknec.edu/Placement/Placements.aspx"
]
},
{
"tag": "FeeBE",
"patterns": [
"what is fee structure ?",
"engineering fees",
"be fees",
"four year fees",
"btech fees",
"computer science fees",
"What are the Initial documents required for admission?",
"admission documents required",
"important admission documents",
"admission documents list"
],
"responses": [
"http://www.rknec.edu/Admissions/First-Year.aspx"
]
},
{
"tag": "Feemba",
"patterns": [
"mba fess",
"mca fess"
],
"responses": [
"http://www.rknec.edu/Admissions/AdmissionMBA.aspx"
]
},
{
"tag": "Feemca",
"patterns": [
"mba fess structure",
"mca fess structure"
],
"responses": [
"http://www.rknec.edu/Admissions/AdmissionMCA.aspx#"
]
},
{
"tag": "noAns",
"patterns": [
"Do you have Transport Facility?",
"transport facility",
"Is there any donation for admission at RCOEM?",
"donation admission"
],
"responses": [
"No"
]
},
{
"tag": "yesAns",
"patterns": [
"Is there any hostel facility for Boys and Girls ?",
"hostel facility",
"Is there hostel mess"
],
"responses": [
"Yes"
]
},
{
"tag": "scholarship",
"patterns": [
"If I belong to SC/ST/OBC category then how much scholarship will I get?",
"sc scholarship",
"st scholarship",
"obc scholarship",
"ebc scholarship",
"goverment scholarship"
],
"responses": [
"Do visit:- https://mahadbt.maharashtra.gov.in/Login/Login"
]
},
{
"tag": "facilities",
"patterns": [
"If I take admission then what are the facilities will I get?",
"facilities after admission",
"college facilities"
],
"responses": [
"http://www.rknec.edu/Imp%20Links/Facilities.aspx"
]
},
{
"tag": "dteCode",
"patterns": [
"What is the Institution DTE Code?",
"college dte code",
"rcoem dte code"
],
"responses": [
"4115"
]
},
{
"tag": "hostelFees",
"patterns": [
"What is hostel Fee Structure for Boys and Girls?",
"hostel fees structure",
"boys hostel fees",
"girls hostel fees"
],
"responses": [
"http://www.rknec.edu/Students/Hostel/Hostel.aspx"
]
},
{
"tag": "location",
"patterns": [
"May I get any Idea about the location of Your College?",
"college location",
"rcoem location",
"rcoem address"
],
"responses": [
"Shri Ramdeobaba College of Engineering and Management, Katol Rd, Lonand, Gittikhadan, Nagpur, Maharashtra 440013",
"https://www.google.com/maps/dir/21.1779584,79.0593536/rcoem+college+location/@21.1777092,79.0567884,16z/data=!3m1!4b1!4m9!4m8!1m1!4e1!1m5!1m1!1s0x3bd4c1a8970c08e9:0xfe4a9c97e7e671cb!2m2!1d79.0616223!2d21.1766214"
]
},
{
"tag": "feedeposit",
"patterns": [
"How one can deposit college fee?",
"how to pay college fees"
],
"responses": [
"One can pay by DD/ Cash / Unio Bank Services"
]
},
{
"tag": "managementquota",
"patterns": [
"How can I apply for Management Quota Round?",
"management quota"
],
"responses": [
"After MhCET rounds starts there is notification on rknec.edu"
]
},
{
"tag": "collegerank",
"patterns": [
"What is the ranking of the institute?",
"rcoem nirf rank",
"college rank in india"
],
"responses": [
"146 in 2022 | 119 in 2021 | 113 in 2020"
]
}
]
}