Skip to content

Instantly share code, notes, and snippets.

@guilhermeblanco
Last active June 6, 2017 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guilhermeblanco/3c9b24e97c0e409ecac867d77ce880dd to your computer and use it in GitHub Desktop.
Save guilhermeblanco/3c9b24e97c0e409ecac867d77ce880dd to your computer and use it in GitHub Desktop.
{
"tropo": [
{
"say": {
"value": "Message 1"
}
},
{
"say": {
"value": "Message 2"
}
},
{
"say": {
"value": "Message 3"
}
}
]
}
{
"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