Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MessageOutput

Assistant output to be rendered or processed by the client.

Hierarchy

  • MessageOutput

Index

Properties

Optional actions

actions: DialogNodeAction[]

An array of objects describing any actions requested by the dialog node.

Optional debug

Additional detailed information about a message response and how it was generated.

Optional entities

entities: RuntimeEntity[]

An array of entities identified in the user input.

Optional generic

Output intended for any channel. It is the responsibility of the client application to implement the supported response types.

Optional intents

intents: RuntimeIntent[]

An array of intents recognized in the user input, sorted in descending order of confidence.

Optional spelling

Properties describing any spelling corrections in the user input that was received.

Optional user_defined

user_defined: JsonObject

An object containing any custom properties included in the response. This object includes any arbitrary properties defined in the dialog JSON editor as part of the dialog node output.

Generated using TypeDoc