Skip to content

mohamedsahadkp/alexa-smart-home-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Alexa Skill

Here i created two amazon alexa skill

1) Hello World

This simple HelloWorld for Amazon Alexa. I implemented a Lambda function using NodeJS for handling Alexa Skill requests, It has no external dependencies or session management.

Examples (One-shot model)

User: "Alexa, tell Hello World to say hello"
Alexa: "Hello World!"

2) Leave Letter

LeaveLetter alexa skill is usefull to plan to your leave. I created a Lambda function using NodeJS for handling Alexa Skill leave requests, It is using 'config.json'(https://www.npmjs.com/package/config.json) external dependencies.

Examples (conversational model)

User: "Alexa, tell Leave Letter to say i need a leave"
Alexa: "OK, When you plan to take your leave"
User: "today"
Alexa: "Good, Which type of leave would you like to take?"
User: "sick leave"
Alexa: "Can i confirm your leave application"
User: "sure"
Alexa: "Congratulations your leave application submitted successfully, Have a great time"

Releases

No releases published

Packages

No packages published