Skip to content

Instantly share code, notes, and snippets.

@frob
Last active March 7, 2018 04:20
Show Gist options
  • Save frob/a571ea54aec6a12949065553ffc21b3f to your computer and use it in GitHub Desktop.
Save frob/a571ea54aec6a12949065553ffc21b3f to your computer and use it in GitHub Desktop.
custom list of ask templates
{
"Decision Tree": {
"gitUrl": "https://github.com/alexa/skill-sample-nodejs-decision-tree.git"
},
"City Guide": {
"gitUrl": "https://github.com/alexa/skill-sample-nodejs-city-guide.git"
},
"Trivia": {
"gitUrl": "https://github.com/alexa/skill-sample-nodejs-trivia.git"
},
"Fact": {
"gitUrl": "https://github.com/alexa/skill-sample-nodejs-fact.git"
},
"Team Lookup": {
"gitUrl": "https://github.com/alexa/skill-sample-nodejs-team-lookup.git"
},
"High Low Game": {
"gitUrl": "https://github.com/alexa/skill-sample-nodejs-highlowgame.git"
},
"Pet Match": {
"gitUrl": "https://github.com/alexa/skill-sample-nodejs-petmatch.git"
},
"Feed": {
"gitUrl": "https://github.com/alexa/skill-sample-nodejs-feed.git"
},
"How To": {
"gitUrl": "https://github.com/alexa/skill-sample-nodejs-howto.git"
},
"Quiz Game": {
"gitUrl": "https://github.com/frob/skill-sample-python-quiz-game.git"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment