Skip to content

WorthwhileGames/alexa-skill-introduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alexa Skill Introduction

Install and Test

  • npm install
  • npm run test (node testflow.js)

aws-config.json

  • in order to run/test the code:
    • Copy data/aws-config-template.json and rename it aws-config.json
    • Edit the appId field
{
    "region": "us-east-1",
    "appId": "[your skill's app id]"
}

testflow.js

var appId = '[your skill's app id]';

Speech Assets

  • not part of the lambda build/test process but are helpful when creating the skill
  • speechAssets/InteractionModel.json (can be pasted into a new skill)
  • speechAssets/SampleUtterances.txt

Deploy

  • copy lib/index.js to the lambda code editor
  • (or set up the aws CLI ...)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published