Spaces:
Sleeping
Sleeping
Update rasa_app/data/stories/stories.yml
Browse files
rasa_app/data/stories/stories.yml
CHANGED
@@ -88,4 +88,23 @@ stories:
|
|
88 |
- intent: greet
|
89 |
- action: utter_greet
|
90 |
- intent: goodbye
|
91 |
-
- action: utter_goodbye
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
- intent: greet
|
89 |
- action: utter_greet
|
90 |
- intent: goodbye
|
91 |
+
- action: utter_goodbye
|
92 |
+
|
93 |
+
- story: Change specific day in diet plan using form
|
94 |
+
steps:
|
95 |
+
- intent: change_diet_day
|
96 |
+
entities:
|
97 |
+
- day_of_week: "Friday"
|
98 |
+
- slot_was_set:
|
99 |
+
- change_day: "Friday"
|
100 |
+
- action: diet_change_form
|
101 |
+
- active_loop: diet_change_form
|
102 |
+
- intent: inform
|
103 |
+
examples: |
|
104 |
+
- For breakfast have oats, lunch salad, dinner chicken stir-fry.
|
105 |
+
- slot_was_set:
|
106 |
+
- new_meals_text: "For breakfast have oats, lunch salad, dinner chicken stir-fry."
|
107 |
+
- action: diet_change_form
|
108 |
+
- active_loop: null
|
109 |
+
- slot_was_set:
|
110 |
+
- new_meals_text: null
|