Skip to content

This is a template repository which will help you to get started on Amazon Alexa Skill Development . I have explained everything from the scratch .

License

Notifications You must be signed in to change notification settings

pcakhilnadh/Alexa_Skill_Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Alexa Skill Development Template

Step by Step Guide - Code

Before we get started do the following taks

  • Create AWS Account
  • Create Alexa Developer account
  • Create a skill
  • make End-points and link with AWS Lambda

Coding part

  1. Alexa Says Hello World - The Beginning
  2. Alexa Calls an Intent - Create an intent named FavNumIntent - Create the uttarance for the intent
  3. Alexa calls an Intent with Slots - Create slot scoreNum Intent having Digit slot (AMAZON.Digit) score and scorePhrase Intent having Phrase Slot (AMAZON.SearchQuery) shotDescription - modify intent for created slots
  4. Alexa create Session for prolonged conversation
    • making the uttarance session will increment the counter in the session.

Images of Intents and slots

Intent

Possible uttarances used

invocation

cricket

uttarances

Calling a sample intent

What is your fav number

Digit Phrase

cricket score {score}

cricket {score} scored

Short Phrase

{shotDescription} Shot

Session

start counting count

About

This is a template repository which will help you to get started on Amazon Alexa Skill Development . I have explained everything from the scratch .

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages