-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdomain.yml
338 lines (305 loc) · 8.08 KB
/
domain.yml
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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
version: "3.1"
intents:
- greet
- goodbye
- bot_challenge
- thanks
- asking_morn_temp
- asking_eve_temp
- asking_night_temp
- asking_min_temp
- asking_max_temp
- asking_min_max_temp
- asking_humidity
- asking_air_pressure
- asking_wind_speed
- asking_uv_index
- asking_weather
- asking_about_rain
- asking_about_clouds
- asking_about_snow
- asking_about_smog
- asking_about_dust_storm
- telling_city:
use_entities: true
- telling_day:
use_entities: true
- asking_morn_temp_for_city:
use_entities: true
- asking_eve_temp_for_city:
use_entities: true
- asking_night_temp_for_city:
use_entities: true
- asking_min_temp_for_city:
use_entities: true
- asking_max_temp_for_city:
use_entities: true
- asking_min_max_temp_for_city:
use_entities: true
- asking_humidity_for_city:
use_entities: true
- asking_air_pressure_for_city:
use_entities: true
- asking_wind_speed_for_city:
use_entities: true
- asking_uv_index_for_city:
use_entities: true
- asking_weather_for_city:
use_entities: true
- asking_about_rain_for_city:
use_entities: true
- asking_about_clouds_for_city:
use_entities: true
- asking_about_snow_for_city:
use_entities: true
- asking_about_smog_for_city:
use_entities: true
- asking_about_dust_storm_for_city:
use_entities: true
- asking_morn_temp_for_day:
use_entities: true
- asking_eve_temp_for_day:
use_entities: true
- asking_night_temp_for_day:
use_entities: true
- asking_min_temp_for_day:
use_entities: true
- asking_max_temp_for_day:
use_entities: true
- asking_min_max_temp_for_day:
use_entities: true
- asking_humidity_for_day:
use_entities: true
- asking_air_pressure_for_day:
use_entities: true
- asking_wind_speed_for_day:
use_entities: true
- asking_uv_index_for_day:
use_entities: true
- asking_weather_for_day:
use_entities: true
- asking_about_rain_for_day:
use_entities: true
- asking_about_clouds_for_day:
use_entities: true
- asking_about_snow_for_day:
use_entities: true
- asking_about_smog_for_day:
use_entities: true
- asking_about_dust_storm_for_day:
use_entities: true
- asking_morn_temp_for_day_and_city:
use_entities: true
- asking_eve_temp_for_day_and_city:
use_entities: true
- asking_night_temp_for_day_and_city:
use_entities: true
- asking_min_temp_for_day_and_city:
use_entities: true
- asking_max_temp_for_day_and_city:
use_entities: true
- asking_min_max_temp_for_day_and_city:
use_entities: true
- asking_humidity_for_day_and_city:
use_entities: true
- asking_air_pressure_for_day_and_city:
use_entities: true
- asking_wind_speed_for_day_and_city:
use_entities: true
- asking_uv_index_for_day_and_city:
use_entities: true
- asking_weather_for_day_and_city:
use_entities: true
- asking_about_rain_for_day_and_city:
use_entities: true
- asking_about_clouds_for_day_and_city:
use_entities: true
- asking_about_snow_for_day_and_city:
use_entities: true
- asking_about_smog_for_day_and_city:
use_entities: true
- asking_about_dust_storm_for_day_and_city:
use_entities: true
- asking_about_fertilizer_price:
use_entities: true
- asking_about_pesticide_price:
use_entities: true
- asking_about_machinery_price:
use_entities: true
entities:
- city
- day
- fertilizer
- pesticide
- machinery
slots:
city:
type: text
initial_value: null
influence_conversation: true
mappings:
- type: from_entity
entity: city
day:
type: text
initial_value: null
influence_conversation: true
mappings:
- type: from_entity
entity: day
fertilizer:
type: text
initial_value: null
influence_conversation: true
mappings:
- type: from_entity
entity: fertilizer
pesticide:
type: text
initial_value: null
influence_conversation: true
mappings:
- type: from_entity
entity: pesticide
machinery:
type: text
initial_value: null
influence_conversation: true
mappings:
- type: from_entity
entity: machinery
morn_temp:
type: any
influence_conversation: false
initial_value: null
mappings:
- type: custom
eve_temp:
type: any
influence_conversation: false
initial_value: null
mappings:
- type: custom
night_temp:
type: any
influence_conversation: false
initial_value: null
mappings:
- type: custom
max_temp:
type: any
influence_conversation: false
initial_value: null
mappings:
- type: custom
min_temp:
type: any
influence_conversation: false
initial_value: null
mappings:
- type: custom
humidity:
type: any
influence_conversation: false
initial_value: null
mappings:
- type: custom
air_pressure:
type: any
influence_conversation: false
initial_value: null
mappings:
- type: custom
wind_speed:
type: any
influence_conversation: false
initial_value: null
mappings:
- type: custom
uv_index:
type: any
influence_conversation: false
initial_value: null
mappings:
- type: custom
weather_id:
type: any
influence_conversation: false
initial_value: null
mappings:
- type: custom
rain_level:
type: any
influence_conversation: false
initial_value: null
mappings:
- type: custom
snow_level:
type: any
influence_conversation: false
initial_value: null
mappings:
- type: custom
fertilizer_price:
type: any
influence_conversation: false
initial_value: null
mappings:
- type: custom
pesticide_price:
type: any
influence_conversation: false
initial_value: null
mappings:
- type: custom
machinery_price:
type: any
influence_conversation: false
initial_value: null
mappings:
- type: custom
actions:
- action_utter_morn_temp
- action_utter_eve_temp
- action_utter_night_temp
- action_utter_min_temp
- action_utter_max_temp
- action_utter_min_max_temp
- action_utter_humidity
- action_utter_air_pressure
- action_utter_wind_speed
- action_utter_uv_index
- action_utter_weather
- action_utter_rain
- action_utter_clouds
- action_utter_snow
- action_utter_smog
- action_utter_dust_storm
- action_utter_fertilizer_price
- action_utter_pesticide_price
- action_utter_machinery_price
responses:
utter_greet:
- text: کسان آواز میں خوش آمدید
utter_ask_for_service:
- text: "آپ کس سروس کے متعلق جاننا چاہتے ہیں؟"
utter_ask_city_for_weather:
- text: "آپ کس شہر میں موجود ہیں؟"
utter_ask_day_for_weather:
- text: "آپ کو کس دن کے موسم کا حال جاننا ہے؟"
utter_ask_for_next:
- text: "کیا آپ نے کچھ اور معلوم کرنا ہے؟"
utter_thanks:
- text: "کسان آواز استعمال کرنے کا شکریہ۔ اللہ حافظ"
utter_please_rephrase:
- text: میں معذرت خواہ ہے ، مجھے اس کی سمجھ نہیں آئی۔ کیا آپ اپنے سوال کو دوبارہ الگ طریقے سے پوچھ سکتے ہیں؟
- text: میں معافی چاہتا ہوں ، میں آپ کا سوال صیحح سے سمجھ نہیں پایا ہوں۔ کیا آپ اپنے سوال کے لیے دوسرے الفاظ استعمال کر سکتے ہیں؟
utter_goodbye:
- text: "خدا حافظ"
utter_iamabot:
- text: "میرا نام کسان آواز ہے۔ میں ایک چیٹ بوٹ ہوں جو آپ کے ساتھ بات چیت کرتا ہے۔ اس کی مدد سے آپ کچھ بھی پوچھ سکتے ہیں، جیسے کہ موسم کی تبدیلیاں، کھیتی کے اوزار، اور کھادوں اور کیڑے مار ادویات کی قیمتیں وغیرہ۔"
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true
config:
store_entities_as_slots: true