Last active
February 16, 2017 05:20
-
-
Save tlovett1/a467b6ca16b5711a835e1a25a6a6b2ef 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
{ | |
"2342343": [ | |
{ | |
"start": { | |
"speech": "Want to hear more about a great tool for finding government jobs?", | |
"responses": [ | |
{ | |
"type": "affirmative", | |
"destination": "sendCard" | |
} | |
] | |
}, | |
"sendCard": { | |
"speech": "I have sent a card to your app", | |
"card": { | |
"type": "Standard", | |
"title": "Government Jobs", | |
"text": "Check out www.governmentjobs.com/" | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment