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

The directive Navigation.SetDestination it's not accepted in the sdk #727

Open EthanDev opened 1 year ago

EthanDev commented 1 year ago

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report  
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:

Currently the Navigation.SetDestination directive type is not offered as a valid type in the Directive type in the ask-sdk

Expected Behavior

The directive should be available in the ask-sdk or somewhere like it used to be. Is there a work around?

Current Behavior

Possible Solution

Steps to Reproduce (for bugs)

Context

Your Environment