Created
December 14, 2016 23:51
-
-
Save andreafalzetti/6a142ae4192dc82225e623d61b36a55d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0: | |
messages: | |
- "Would you like to send me a picture?" | |
input: | |
type: buttons_single_select | |
key: picture_yes_no | |
options: | |
[Yes, sure]: | |
input: | |
type: image | |
key: picture | |
when: | |
failure: | |
messages: | |
- "Something went wrong, please try again" | |
anchor: 0 | |
success: | |
messages: | |
- "Great, photo uploaded successfully" | |
end: | |
[I can't right now]: | |
messages: | |
- "Ok, it's fine!" | |
- "Talk you soon!" | |
end: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment