Skip to content

Instantly share code, notes, and snippets.

@ekalvi
Created December 12, 2016 17:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ekalvi/8ac8c2f99369d094877daa9a77cc1460 to your computer and use it in GitHub Desktop.
Save ekalvi/8ac8c2f99369d094877daa9a77cc1460 to your computer and use it in GitHub Desktop.
name: elephant
states:
first:
component: meya.text_suggestions
properties:
text: What is your favorite elelphant?
mode: quick_reply
output: response
scope: flow
block: true
suggestions:
- African Elephant
- Asian Elephant
- Woolly Mammoth
transitions:
next: second
no_match: second
second:
component: meya.text
properties:
text: "You said {{ flow.response }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment