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

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

Closed guilhermecaixeta closed 4 years ago

guilhermecaixeta commented 4 years ago

I'm submitting a...


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

Context

Currently the Navigation.SetDestination directive type is not offered as a valid type in the Directive type, if we need use this it's necessary do a work around to make possible use it.

Your Environment

Node.js and NPM Info

ShenChen93 commented 4 years ago

Hi @guilhermecaixeta ,

Thanks for reporting this feature request. It seems this feature hasn't been onboard to SDK. We will prioritize it and push model release ASAP. Keep the issue open for now and I will update status here.

Thanks, Shen

guilhermecaixeta commented 4 years ago

Thank you for you answer @ShenChen-Amazon. This will help me a lot.

ShenChen93 commented 4 years ago

Sorry for the late response. It turns out those directives are wrapped in ask-auto-sdk instead of our SDK. But still you could use those directive in your skill code. Sorry for the inconvenient, I know directly api call is not easy to use, we will look into it and provide better user experience.

I will close this issue on our side. Please feel free to reach out if you have more questions :)