Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DialogSuggestionValue

An object defining the message input, intents, and entities to be sent to the Watson Assistant service if the user selects the corresponding disambiguation option.

Hierarchy

  • DialogSuggestionValue

Index

Properties

Properties

Optional entities

entities: RuntimeEntity[]

An array of entities to be sent along with the user input.

Optional input

An input object that includes the input text.

Optional intents

intents: RuntimeIntent[]

An array of intents to be sent along with the user input.

Generated using TypeDoc