Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StartConnectionDirective

This is the directive that a skill can send as part of their response to a session based request to start a connection. A response will be returned to the skill when the connection is handled.

interface

Hierarchy

  • StartConnectionDirective

Index

Properties

Optional input

input: object

Type declaration

  • [key: string]: any

Optional onCompletion

onCompletion: OnCompletion

Optional token

token: string

type

type: "Connections.StartConnection"

uri

uri: string