-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdomain.yml
121 lines (97 loc) · 4.66 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
version: "2.0"
intents:
- greet
- goodbye
- affirm
- deny
- mood_great
- mood_unhappy
- bot_challenge
- reload
- say_phone_number
- say_amount
- say_account_number
- cancel_last_reload
- refund
- what_coverage
- tell_province
- tell_district
entities:
- account_number
- amount
- phone_number
- province
- district
slots:
account_number:
type: text
amount:
type: text
phone_number:
type: text
time_after_last_reload:
type: text
actions:
- action_reload
- action_cancel_reload
- action_refund
- action_tell_coverage
responses:
utter_greet:
- text: "வணக்கம்! எப்படி இருக்கிறீர்கள்?"
- text: "வணக்கம்!"
- text: "இந்நேர வணக்கங்கள்!"
utter_success:
- text: "வெற்றிகரமாக முடிந்தது"
- text: "வெற்றி"
utter_failure:
- text: "தோல்வியில் முடிந்துள்ளது"
- text: "முடிக்க முடியவில்லை"
- text: "தோல்வி"
utter_reload_success:
- text: "மீள்நிரப்பல் வெற்றிகரமாக முடிந்தது. தொலைபேசி எண்: {phone_number}. மீள்நிரப்பல் தாெகை: {amount}"
utter_cancel_success:
- text: "மீள்நிரப்பல் வெற்றிகரமாக தடுக்கப்பட்டுவிட்டது. தொலைபேசி எண்: {phone_number}. மீள்நிரப்பல் தாெகை: {amount}"
utter_reload_failure:
- text: "மீள்நிரப்பல் தோல்வியில் முடிந்தது. தொலைபேசி எண்: {phone_number}. மீள்நிரப்பல் தாெகை: {amount}"
utter_thank_you:
- text: "மிக்க நன்றி :)"
utter_cheer_up:
- text: "Best I can do is to tell you to 'Man Up'"
utter_did_that_help:
- text: "இது உங்களுக்கு உதவியதா?"
utter_happy:
- text: "சிறந்தது, தொடருங்கள்!"
- text: "மகிழ்ச்சி, தொடரவும்"
utter_goodbye:
- text: "வருகிறேன்"
- text: "சென்று வருகிறேன்"
- text: "மீண்டும் சந்திப்போம்"
utter_iamabot:
- text: "நான் ஒரு செயற்கை உதவியாளர்(AI), Rasa மூலம் உருப்பெற்றுள்ளேன்"
- text: "நான் ஒரு செயற்கை உதவியாளர்(AI), Rasaஇனால் உருவாக்கப்பட்டுள்ளேன்"
utter_request_phone_number:
- text: "உங்கள் தொலைபேசி இலக்கம் என்ன?"
- text: "உங்கள் தொலைபேசி இலக்கத்தை தருக"
- text: "உங்கள் தொலைபேசி எண் யாது?"
utter_request_account_number:
- text: "உங்கள் கணக்கு இலக்கம் என்ன?"
- text: "உங்கள் கணக்கிலக்கத்தை தருக"
utter_request_amount:
- text: "நீங்கள் மீள்நிரப்பவேண்டிய தொகை எவ்வளவு?"
- text: "நீங்கள் மீள்நிரப்பவேண்டிய தொகைைய தருக"
utter_suspicious_too_big:
- text: "உங்கள் மீள்நிரப்பல் தொகை சராசரியை விட மிக அதிகமாக உள்ளது. சரிபார்க்கவும்!!!"
utter_suspicious_too_low:
- text: "உங்கள் மீள்நிரப்பல் தொகை சராசரியை விட குறைவாக உள்ளது. சரிபார்க்கவும்!!!"
utter_ask_province:
- text: "உங்கள் மாகாணம் என்ன?"
- text: "உங்கள் மாகாணம் யாது?"
- text: "உங்கள் மாகாணத்தை தருக?"
utter_ask_district:
- text: "உங்கள் மாவட்டம் என்ன?"
- text: "உங்கள் மாவட்டம் யாது?"
- text: "உங்கள் மாவட்டத்தை தருக?"
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true