Class DialogSuggestionValue

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

public class DialogSuggestionValue
extends com.ibm.cloud.sdk.core.service.model.GenericModel
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.
  • Method Details

    • newBuilder

      public DialogSuggestionValue.Builder newBuilder()
      New builder.
      Returns:
      a DialogSuggestionValue 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 sent along with the user input.

      Returns:
      the intents
    • entities

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

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

      Returns:
      the entities