Created
January 19, 2010 21:49
-
-
Save loopingrage/281338 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":"Hi! " | |
} | |
] | |
}, | |
{ | |
"ask":{ | |
"say":[ | |
{ | |
"event":"nomatch", | |
"value":" Sorry, I didn't understand that." | |
}, | |
{ | |
"value":"Welcome to the StartupCamp Telephony audience choice poll, powered by Tropo.com. Which company was your favorite pitch? " | |
}, | |
{ | |
"value":"Choose one of the following: \n" | |
}, | |
{ | |
"value":" SayHired\n" | |
}, | |
{ | |
"value":" Close Haul\n" | |
}, | |
{ | |
"value":" Fonolo\n" | |
}, | |
{ | |
"value":" Pebb.ly\n" | |
} | |
], | |
"required":true, | |
"bargein":true, | |
"name":"pitch", | |
"timeout":30, | |
"choices":{ | |
"value":"SayHired (1, SayHired),Close Haul (2, Close Haul),Fonolo (3, Fonolo),Pebb.ly (4, Pebb.ly)" | |
} | |
} | |
}, | |
{ | |
"on":{ | |
"event":"continue", | |
"next":"\/tools\/voxeo\/itexpo_response.json" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment