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 735 forks source link

feat: add Interoperability IM to AC handling #730

Closed AbhiPwr closed 1 year ago

AbhiPwr commented 1 year ago

This PR is for IM to AC interoperability.

Description

This is a request handler which delegates from skill to conversations

Motivation and Context

Currently a user has to manually delegate from Conversations to Skill and vice versa using Updated request delegate directives as per [https://tiny.amazon.com/18hnuuhhk/deveamazenUSdocsalexconvhand]. It’s a manual effort for skill developer to edit the skill backend to include those directives.

We want to provide an out-of-box solution to reduce the effort a skill developer has to take for such delegation. The delegation should be automatic (or at-least there should be very less effort for skill dev to utilise our solution)

Testing

Created a skill which uses the locally built npm module containing the changes

Types of changes

Checklist

License