-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstories.yml
45 lines (38 loc) · 789 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
41
42
43
44
45
version: "3.1"
stories:
- story: hello world path
steps:
- intent: greet
- action: action_hello_world
- story: greet path
steps:
- intent: greet
- action: utter_greet
- story: goodbye path
steps:
- intent: goodbye
- action: utter_goodbye
- 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