Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MessageResponse

The response sent by the workspace, including the output text, detected intents and entities, and context.

Hierarchy

  • MessageResponse

Index

Properties

Optional actions

actions: DialogNodeAction[]

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

Optional alternate_intents

alternate_intents: boolean

Whether to return more than one intent. A value of true indicates that all matching intents are returned.

context

context: Context

State information for the conversation. To maintain state, include the context from the previous response.

entities

entities: RuntimeEntity[]

An array of entities identified in the user input.

input

An input object that includes the input text.

intents

intents: RuntimeIntent[]

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

output

output: OutputData

An output object that includes the response to the user, the dialog nodes that were triggered, and messages from the log.

Generated using TypeDoc