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.13k stars 738 forks source link

Add ASK SDK Utilities code snippets to the SDK documentation #562

Closed germanviscuso closed 5 years ago

germanviscuso commented 5 years ago

I'm submitting a...


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

There are no code snippets so developers can see how to use ASK Utilities in this page https://ask-sdk-for-nodejs.readthedocs.io/en/latest/ASK-SDK-Utilities.html Here's a very nice example of how code could be added to support the docs (by the JP team): https://dev.classmethod.jp/voice-assistant/introduce-to-ask-sdk-utilities/ (3rd code snippet, one line of code)

ShenChen93 commented 5 years ago

Hi @germanviscuso ,

Thanks for reporting this problem and providing good materials. I have reached out to docs team to work on it.

Thanks, Shen