Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.52 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.52 KB

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