Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DialogSuggestion

DialogSuggestion.

Hierarchy

  • DialogSuggestion

Index

Properties

Optional dialog_node

dialog_node: string

The unique ID of the dialog node that the label property is taken from. The label property is populated using the value of the dialog node's title or user_label property.

label

label: string

The user-facing label for the disambiguation option. This label is taken from the title or user_label property of the corresponding dialog node.

Optional output

output: JsonObject

The dialog output that will be returned from the Watson Assistant service if the user selects the corresponding option.

value

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.

Generated using TypeDoc