Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MessageRequest

A stateful message request formatted for the Watson Assistant service.

Hierarchy

  • MessageRequest

Index

Properties

Properties

Optional context

Context data for the conversation. You can use this property to set or modify context variables, which can also be accessed by dialog nodes. The context is stored by the assistant on a per-session basis.

Note: The total size of the context data stored for a stateful session cannot exceed 100KB.

Optional input

An input object that includes the input text.

Generated using TypeDoc