Class DialogNodeOutputOptionsElementValue

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.DialogNodeOutputOptionsElementValue
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class DialogNodeOutputOptionsElementValue
extends com.ibm.cloud.sdk.core.service.model.GenericModel
An object defining the message input to be sent to the Watson Assistant service if the user selects the corresponding option.
  • Method Details

    • newBuilder

      New builder.
      Returns:
      a DialogNodeOutputOptionsElementValue builder
    • input

      public MessageInput input()
      Gets the input.

      An input object that includes the input text.

      Returns:
      the input
    • intents

      public List<RuntimeIntent> intents()
      Gets the intents.

      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.

      Returns:
      the intents
    • entities

      public List<RuntimeEntity> entities()
      Gets the entities.

      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.

      Returns:
      the entities