Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CompleteTaskDirective

This is the directive that a skill can send as part of their response to a session based request. The response will contain the result of the task that the skill is launched for.

interface

Hierarchy

  • CompleteTaskDirective

Index

Properties

Properties

Optional result

result: object

Type declaration

  • [key: string]: any

status

status: Status

type

type: "Tasks.CompleteTask"