-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdomain.yml
95 lines (95 loc) · 2.62 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
version: '2.0'
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true
intents:
- greet
- mood_great
- other_oos
- non_english
- deny
- goodbye
- city
- weather
- affirm
- mood_unhappy
- bot_challenge
- country
- wikipedia
- get_news_without_country
- get_news_with_country
- chit_chat_ask_howdoing
- chit_chat_askhowold
entities:
- country
- wiki
slots:
wiki:
type: text
influence_conversation: true
country:
type: text
influence_conversation: true
responses:
utter_chit_chat_ask_howdoing:
- text: I'm great! Thanks for asking.
- text: I'm good, thanks!
- text: A little bit too warm, otherwise fine.
- text: A little bit cold, otherwise fine.
utter_chit_chat_askhowold:
- text: Old enough to be a bot!
- text: I am your age mate, That's why I'm your buddy ;)
- text: Age is just an issue of mind over matter. If you don’t mind, it doesn’t matter.
- text: My first git commit was many moons ago.
- text: Why do you ask? Are my wrinkles showing?
- text: I've hit the age where I actively try to forget how old I am.
utter_non_english:
- text: I only understand English, I'm sorry.
- text: could this be said in English please
- text: I dont understand any other language apart from English, Apologies
utter_other_oos:
- text: I can't help you with that, I'm sorry.
- text: This fits out of my scope, Apologies.
- text: I am limited to intents like this, I'm sorry!
utter_greet:
- text: Hey! How are you?
- text: Hey! What's up?
- text: What's good?
- text: I'm good, how about you?
- text: Hope you are good?
utter_cheer_up:
- text: 'Here is something to cheer you up:'
image: https://i.imgur.com/nGF1K8f.jpg
- text: Stay calm, Lines will fall in pleasant places for you
- text: All will be well
- text: There's light at the end of the tunnel
utter_did_that_help:
- text: Did that help you?
- text: Were you encouraged?
- text: Was that helpful?
utter_happy:
- text: Great, carry on!
utter_city:
- text: which city you want to check for?
utter_temp:
- text: today temperature is {temp} degree celcius
utter_wiki:
- text: Getting the source from wikipedia...
utter_country:
- text: Which country?
utter_goodbye:
- text: Bye
- text: Goodbye
- text: Have a nice time ahead
- text: Have a splendid day
utter_iamabot:
- text: My name is AlphaX, I am an AI powered bot
- text: My name is Alphax, I was built with underlying mathematical models to simulate the emotional state of humans
actions:
- action_get_news
- action_weather_api
- action_wikipedia_api
- utter_greet
- utter_happy
- utter_non_english
- utter_other_oos