Skip to content

Releases: alexa/alexa-skills-kit-sdk-for-java

Support for Skill Events

05 Sep 16:16
Compare
Choose a tag to compare

Adds SDK support for skill events

Skill developers now have the capability to integrate with Alexa skill events directly. If the skill is subscribed to these events, the skill is notified when an event occurs. Access to these events allows skill developers to build richer skill and external app experiences. A skill event is generated whenever a customer:

  • enables or disables the skill
  • links or unlinks a third-party account with the skill
  • grants permissions to a skill
  • changes the permissions grant to the skill

Echo show bugfix

14 Aug 21:16
Compare
Choose a tag to compare
  • Fixing a bug in Speechlet response where having no shouldEndSession serializes
    to true instead of null

Support for Echo Show

29 Jun 00:51
Compare
Choose a tag to compare

Adds support for new Echo Show directives and Video

Dialog Management Support

27 Jun 23:26
Compare
Choose a tag to compare

Support for Dialog Management features is added