Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DialogNodeOutputOptionsElementValue

An object defining the message input to be sent to the Watson Assistant service if the user selects the corresponding option.

Hierarchy

  • DialogNodeOutputOptionsElementValue

Index

Properties

Properties

Optional entities

entities: RuntimeEntity[]

An array of entities to be used while processing the user input.

Note: This property is supported for backward compatibility with applications that use the v1 Get response to user input method.

Optional input

An input object that includes the input text.

Optional intents

intents: RuntimeIntent[]

An array of intents to be used while processing the input.

Note: This property is supported for backward compatibility with applications that use the v1 Get response to user input method.

Generated using TypeDoc