Created
November 7, 2017 20:50
-
-
Save anacampesan/b59b7d78af3d46402d301bc30ef6bf8a 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
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