Skip to content

Instantly share code, notes, and snippets.

@memodoring
Created May 9, 2018 16:58
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 memodoring/dae677e608aff185f17886540d3fbf44 to your computer and use it in GitHub Desktop.
Save memodoring/dae677e608aff185f17886540d3fbf44 to your computer and use it in GitHub Desktop.
A sample of registering handlers in the Alexa SDK V2 for Node.js
skillBuilder.addRequestHandlers(
GetNewFactHandler,
HelpHandler,
ExitHandler,
SessionEndedRequestHandler
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment