mirror of
https://github.com/pyt0xic/pablo-bot.git
synced 2024-11-22 14:19:26 +01:00
31 lines
542 B
YAML
31 lines
542 B
YAML
version: "2.0"
|
|
|
|
stories:
|
|
|
|
- story: happy path
|
|
steps:
|
|
- intent: greet
|
|
- action: utter_greet
|
|
- intent: mood_great
|
|
- action: utter_happy
|
|
|
|
- story: sad path 1
|
|
steps:
|
|
- intent: greet
|
|
- action: utter_greet
|
|
- intent: mood_unhappy
|
|
- action: utter_cheer_up
|
|
- action: utter_did_that_help
|
|
- intent: affirm
|
|
- action: utter_happy
|
|
|
|
- story: sad path 2
|
|
steps:
|
|
- intent: greet
|
|
- action: utter_greet
|
|
- intent: mood_unhappy
|
|
- action: utter_cheer_up
|
|
- action: utter_did_that_help
|
|
- intent: deny
|
|
- action: utter_goodbye
|