Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConnectionsRequest

This is the request object that a skill will receive as a result of Connections.SendRequest directive from sender skill.

interface

Hierarchy

  • ConnectionsRequest

Index

Properties

Optional locale

locale: string

Optional name

name: string

Optional payload

payload: object

Type declaration

  • [key: string]: any

requestId

requestId: string

timestamp

timestamp: string

type

type: "Connections.Request"