Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MessageOutputDebug

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

Hierarchy

  • MessageOutputDebug

Index

Properties

Optional branch_exited

branch_exited: boolean

Assistant sets this to true when this message response concludes or interrupts a dialog.

Optional branch_exited_reason

branch_exited_reason: string

When branch_exited is set to true by the Assistant, the branch_exited_reason specifies whether the dialog completed by itself or got interrupted.

Optional log_messages

log_messages: DialogLogMessage[]

An array of up to 50 messages logged with the request.

Optional nodes_visited

nodes_visited: DialogNodesVisited[]

An array of objects containing detailed diagnostic information about the nodes that were triggered during processing of the input message.

Generated using TypeDoc