Spaces:
Sleeping
Sleeping
Update rasa_app/data/stories/stories.yml
Browse files
rasa_app/data/stories/stories.yml
CHANGED
@@ -108,3 +108,18 @@ stories:
|
|
108 |
- active_loop: null
|
109 |
- slot_was_set:
|
110 |
- new_meals_text: null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
- active_loop: null
|
109 |
- slot_was_set:
|
110 |
- new_meals_text: null
|
111 |
+
|
112 |
+
- story: Update user information after initial collection
|
113 |
+
steps:
|
114 |
+
- intent: change_user_info
|
115 |
+
entities:
|
116 |
+
- change_field: "dietary preference"
|
117 |
+
- action: action_update_user_info
|
118 |
+
- intent: change_user_info
|
119 |
+
entities:
|
120 |
+
- new_value: "no specific diet"
|
121 |
+
- action: action_update_user_info
|
122 |
+
- intent: affirm
|
123 |
+
- action: utter_ask_for_changes
|
124 |
+
- intent: deny
|
125 |
+
- action: utter_goodbye
|