Skip to content

Instantly share code, notes, and snippets.

@anacampesan
Created November 7, 2017 20:50
Show Gist options
  • Save anacampesan/b59b7d78af3d46402d301bc30ef6bf8a to your computer and use it in GitHub Desktop.
Save anacampesan/b59b7d78af3d46402d301bc30ef6bf8a to your computer and use it in GitHub Desktop.
name: root
states:
greetings:
component: meya.input_string
properties:
text: Hi, what can I help you with?
output: intent
wit_request:
component: wit_request
transitions:
example: example_state
example_state:
component: meya.text
properties:
text: Example state!!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment