Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SendRequestDirective

This is the directive that a skill can send as part of their response to a session based request to execute a predefined Connections. This will also return a result to the referring skill. (No Guarantee response will be returned)

interface

Hierarchy

  • SendRequestDirective

Index

Properties

Properties

name

name: string

Optional payload

payload: object

Type declaration

  • [key: string]: any

token

token: string

type

type: "Connections.SendRequest"