46 lines
752 B
YAML
46 lines
752 B
YAML
version: "3.1"
|
|
|
|
intents:
|
|
- greet
|
|
- goodbye
|
|
- affirm
|
|
- deny
|
|
- mood_great
|
|
- mood_unhappy
|
|
- bot_challenge
|
|
- mood_tired
|
|
- mood_lonely
|
|
|
|
responses:
|
|
utter_greet:
|
|
- text: "Hey! How are you?"
|
|
|
|
utter_cheer_up:
|
|
- text: "Here is something to cheer you up:"
|
|
image: "https://i.imgur.com/nGF1K8f.jpg"
|
|
|
|
utter_did_that_help:
|
|
- text: "Did that help you?"
|
|
|
|
utter_happy:
|
|
- text: "Great, carry on!"
|
|
|
|
utter_goodbye:
|
|
- text: "Bye"
|
|
|
|
utter_lonely:
|
|
- text: "You should talk with someone"
|
|
|
|
utter_sad:
|
|
- text: "I'm sad, how are you"
|
|
|
|
utter_tired:
|
|
- text: "I'm tired, how are you"
|
|
|
|
utter_iamabot:
|
|
- text: "I am a bot, powered by Rasa."
|
|
|
|
session_config:
|
|
session_expiration_time: 60
|
|
carry_over_slots_to_new_session: true
|