Skip to content

2.34.0

Compare
Choose a tag to compare
@breedloj breedloj released this 09 Sep 22:27
· 335 commits to 2.0.x 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.