Skip to content

Instantly share code, notes, and snippets.

@joshskeen
Last active June 8, 2016 13:47
Show Gist options
  • Save joshskeen/f7efd8960357f6d975ae3ebd75dfd716 to your computer and use it in GitHub Desktop.
Save joshskeen/f7efd8960357f6d975ae3ebd75dfd716 to your computer and use it in GitHub Desktop.
var helloAlexaResponseFunction = function(intent, session, response) {
response.tell(SPEECH_OUTPUT);
};
GreeterService.prototype.intentHandlers = {
"HelloAlexaIntent": helloAlexaResponseFunction
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment