Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MessageResponse

A response from the Watson Assistant service.

Hierarchy

  • MessageResponse

Index

Properties

Properties

Optional context

Context data for the conversation. You can use this property to access context variables. The context is stored by the assistant on a per-session basis.

Note: The context is included in message responses only if return_context=true in the message request. Full context is always included in logs.

output

Assistant output to be rendered or processed by the client.

Generated using TypeDoc