Release 1.27.0 for ASK SDK Models
This release contains the following changes :
- Add
onCompletion
field inConnections.StartConnection
directive. When sending this directive to start a Skill Connection, requester skill can set onCompletion to beRESUME_SESSION
to receive the control back after the task is completed orSEND_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