Last active
June 6, 2017 18:32
-
-
Save guilhermeblanco/3c9b24e97c0e409ecac867d77ce880dd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"tropo": [ | |
{ | |
"say": { | |
"value": "Message 1" | |
} | |
}, | |
{ | |
"say": { | |
"value": "Message 2" | |
} | |
}, | |
{ | |
"say": { | |
"value": "Message 3" | |
} | |
} | |
] | |
} |
This file contains hidden or 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
{ | |
"tropo": [ | |
{ | |
"say": { | |
"value": "Message 1" | |
} | |
}, | |
{ | |
"wait": 1000, | |
}, | |
{ | |
"say": { | |
"value": "Message 2" | |
} | |
}, | |
{ | |
"wait": 1000, | |
}, | |
{ | |
"say": { | |
"value": "Message 3" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment