Skip to content

ysak-y/ask-sdk-controls-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ask-sdk-controls-tutotiral

Unofficial tutorials for ask-sdk-controls.

Requirements

  • Node.js
    • 10.x or higher (I use 14.x)
  • AWS Account
    • Maybe you can run sample codes on Alexa-Hosted skill but I expect using AWS Lambda for execution and AWS SAM for deployment.
  • Highly recommend to learn Alexa Skill Kit and alexa-skills-kit-sdk-for-nodejs at first if you haven't learn it.
  • AWS SAM CLI
    • To deploy code to AWS Lambda, I use sam deploy command in chapter.

Chapter

  • Chapter01
    • Run your first skill with ask-sdk-controls
  • Chapter02
    • Handle different kind of intents. Handle multiple acts with visual response
  • Chapter03
    • Use State to store data for keeping context
  • Chapter04
    • Use Initiative Phase with multiple controls
  • Chapter05
    • Optimize response more contextual

Releases

No releases published

Packages

No packages published