There was an error while loading. Please reload this page.
2 parents ffac9ec + e9b1cf7 commit 048e7fcCopy full SHA for 048e7fc
2 files changed
csml/broadcast.csml
@@ -380,7 +380,9 @@ Reply with 'Menu' to return home.")
380
goto submit_question_step
381
} else if (event.to_lowercase() == "admin") {
382
goto admin_passcode_step
383
- }
+ } else if (event.to_lowercase() == "delete") {
384
+ goto consent_disagree_step
385
+ }
386
else
387
say "Sorry, the bot did not understand 🤖"
388
hold
csml/tipline.csml
@@ -104,6 +104,8 @@ Please share your tip with us.")
104
goto privacy_policy_step
105
106
107
108
+ goto delete_data_step
109
} else {
110
remember tip = event
111
0 commit comments