Release 1.27.0 for ASK SDK Models
This release contains the following changes :
- Add
onCompletionfield inConnections.StartConnectiondirective. When sending this directive to start a Skill Connection, requester skill can set onCompletion to beRESUME_SESSIONto receive the control back after the task is completed orSEND_ERRORS_ONLYto only receive error notifications without control back. More information about Use Skill Connections to Request Tasks can be found here. - Add
Authorization.Grantdirective support for user specific access token in out-of-session calls. More information can be found here