mihalykiss commited on
Commit
df758cf
·
verified ·
1 Parent(s): f68c2a1

Update rasa_app/data/stories/stories.yml

Browse files
Files changed (1) hide show
  1. rasa_app/data/stories/stories.yml +15 -0
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