Skip to content

Instantly share code, notes, and snippets.

@jkelvie
Created September 29, 2017 22:03
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 jkelvie/4f30884f800b7b7989bbeaabfce63634 to your computer and use it in GitHub Desktop.
Save jkelvie/4f30884f800b7b7989bbeaabfce63634 to your computer and use it in GitHub Desktop.
How VirtualAlexa Gets Configured
let alexa = virtualAlexa.VirtualAlexa.Builder()
.handler("src/index.handler") // Lambda function file and name
.intentSchemaFile("./speechAssets/IntentSchema.json") // Path to IntentSchema.json
.sampleUtterancesFile("./speechAssets/SampleUtterances.txt") // Path to SampleUtterances
.create();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment