Skip to content

Release 1.27.0 for ASK SDK Models

Compare
Choose a tag to compare
@nikhilym nikhilym released this 09 Sep 22:14
· 112 commits to master since this release

This release contains the following changes :

  • Add onCompletion field in Connections.StartConnection directive. When sending this directive to start a Skill Connection, requester skill can set onCompletion to be RESUME_SESSION to receive the control back after the task is completed or SEND_ERRORS_ONLY to only receive error notifications without control back. More information about Use Skill Connections to Request Tasks can be found here.
  • Add Authorization.Grant directive support for user specific access token in out-of-session calls. More information can be found here