Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Alexa Skill Sample to learn how to use advanced dialog management

License

Notifications You must be signed in to change notification settings

alexa-samples/skill-sample-nodejs-gift-idea

Repository files navigation

Advanced Alexa Skills Using Dialog Management

** This repository has been archived **

This repository is still available as a point-in-time reference, but no further updates or support will be prioritized.

What You Will Learn

What You Will Need

What Your Skill Will Do

This simple "Gift Ideas" Skill will teach you how to use advance dialog management techniques. Pay special attention on the "addDelegateDirective" that enable your skill to trigger the "User Utterances" for slot filling

User: Alexa, open gift idea dialog Alexa: Welcome to Gift Ideas Dialog... User: I need a birthday gift <Triggers the "GiftIdea" intent that requires: name, relationship, preference and occasion and fills occasion given the fact that name, relationshio and preference are required too, the lamba function returns "addDelegateDirective(currentIntent)" to fill the missing slots until request.DialogState is "Completed">

About

Alexa Skill Sample to learn how to use advanced dialog management

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages