github alexa/alexa-skills-kit-sdk-for-nodejs 1.0.15
Permission Card Bug fixes

latest releases: v2.14.0, v2.12.1, v2.12.0...
6 years ago

This release includes updates as follows:

  • Adding askForPermissionsConsentCard(permissionsArray) to ResponseBuilder
  • Adding askWithPermissionCard to Response

Developers now can send askForPermissionsConsentCard in the following ways:

this.emit(':askWithPermissionCard', 'outputspeech', 'reprompt', 'permissionArray');

or

this.response.speak('outputSpeech').listen('reprompt').askForPermissionsConsentCard(permissionArray);
this.emit(':responseReady');

Don't miss a new alexa-skills-kit-sdk-for-nodejs release

NewReleases is sending notifications on new releases.