Skip to content
Snippets Groups Projects
Commit 83f6e3fa authored by Jonas Wolff's avatar Jonas Wolff
Browse files

Merge branch '69-rasa-add-intent-chitchat' into 'master'

Resolve "Rasa: Add Intent 'chitchat'"

Closes #69

See merge request !67
parents 6b5d428a 190a13b3
No related branches found
No related tags found
1 merge request!67Resolve "Rasa: Add Intent 'chitchat'"
intents:
- greet
- goodbye
- chitchat
- birthdate
- nationality
- day_of_death
......@@ -16,6 +17,7 @@ intents:
actions:
- utter_greet
- utter_goodbye
- utter_no_chitchat
- action_search_nationality
- action_utter_nationality
- action_search_birthdate
......@@ -74,3 +76,6 @@ templates:
utter_goodbye:
- text: "Bye"
utter_no_chitchat:
- text: "I want to tell you relevant things about physicists, stop messing around with me."
......@@ -58,3 +58,41 @@
- what are [Albert Einstein](physicist) awards
- did [Galileo Galilei](physicist) win the nobel price
## intent:chitchat
- can you share your boss with me?
- i want to get to know your owner
- i want to know the company which designed you
- i want to know the company which generated you
- i want to know the company which invented you
- i want to know who invented you
- May I ask who invented you?
- please tell me the company who created you
- please tell me who created you
- tell me more about your creators
- tell me more about your founders
- Ahoy matey how are you?
- are you alright
- are you having a good day
- Are you ok?
- are you okay
- Do you feel good?
- how are things going
- how are things with you?
- How are things?
- how are you
- how are you doing
- how are you doing this morning
- how are you feeling
- how are you today
- How are you?
- How is the weather today?
- What's the weather like?
- How is the weather?
- What is the weather at your place?
- Do you have good weather?
- Is it raining?
- What's it like out there?
- Is it hot or cold?
- Beautiful day, isn't it?
- What's the weather forecast?
- Is it quite breezy outside?
......@@ -6,6 +6,10 @@
* goodbye
- utter_goodbye
## chitchat
* chitchat
- utter_no_chitchat
## nationality
* nationality{"physicist": "albert einstein"}
- action_search_nationality
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment