alexa / alexa-skills-kit-sdk-for-nodejs

The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Apache License 2.0
3.12k stars 736 forks source link

Feature: Delegate from AC Dialog to Intent Requesthandler #732

Closed AbhiPwr closed 1 year ago

AbhiPwr commented 1 year ago

This pull request consists of some delegation code to go from AC dialog manager to skill as per https://developer.amazon.com/en-US/docs/alexa/conversations/hand-off-dialog-management.html

Description

We are trying to write reduce dev efforts as the part of ongoing project.

Motivation and Context

This is raised in response to a project.

Testing

Created local npm module of ask-sdk-core. With a test skill, tried to check using this AC to IM handler if delegation was happening as expected

No effects as this is a code addition. No exisiting code affected.

Screenshots (if appropriate)

Types of changes

Checklist

License