skill-sample-nodejs-hello-world icon indicating copy to clipboard operation
skill-sample-nodejs-hello-world copied to clipboard

Results 15 skill-sample-nodejs-hello-world issues
Sort by recently updated
recently updated
newest added

The link for AWS hosted instructions in the Hello World Example link is having issue - The 'alexa-samples/skill-sample-nodejs-hello-world' repository doesn't contain the 'instructions/setup-vui-aws-hosted.md' path in 'master'.

{ "modelo de interacción": { "modelo de idioma": { "nombreInvocación": "YouTube", "intenciones": [ { "nombre": "AMAZON.CancelIntent", "muestras": [ "cancelar" ] }, { "nombre": "AMAZON.HelpIntent", "muestras": [ "ayúdame", "ayuda" ] },...

Removed double sentence. *Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms...

*Description of changes:* Add support for i18n resolution of messages as in the `master` template. Note that although I've given this a rough test, it involved some manual testing steps...

package.json specifies ask-sdk-core to be "^2.6.0". But that means that any skill initialized with `ask new` and selecting AWS Lambda hosting will not be able to take advantage of newer...

In the ["three options for skill setup"](https://github.com/alexa/skill-sample-nodejs-hello-world#three-options-for-skill-setup) section, the third bullet point's link `AWS-Hosted instructions` link is a 404.

Link in the intro labled as `Voice Design Guide` is broken and navigating to 404

In recent months, I've found that some of the latest changes to this skill template are (at least in my mind) questionable. I've looked at the "Hello World" template as...

In the instructions, the ASK CLI instruction link is broken. It's pointing to `cli.md` which does not exist.

A lot of what has been added in the `master` branch in the past year or so is, IMO, unnecessary. But, I did enjoy seeing the addition of the `AMAZON.FallbackIntent`...