-
Notifications
You must be signed in to change notification settings - Fork 0
/
stories.yml
40 lines (34 loc) · 821 Bytes
/
stories.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
version: "3.1"
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
- story: Ask cash receipt generation
steps:
- intent: how_to_generate_cash_receipt
- action: utter_how_to_generate_cash_receipt
- story: steps for cash receipt generation
steps:
- intent: steps_to_generate_cash_receipt
- action: utter_steps_to_generate_cash_receipt