Class DialogSuggestionValue

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v2.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 to be sent to the assistant if the user selects the corresponding disambiguation option.
  • Constructor Summary

    Constructors
    Constructor Description
    DialogSuggestionValue()  
  • Method Summary

    Modifier and Type Method Description
    MessageInput getInput()
    Gets the input.

    Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

    equals, hashCode, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DialogSuggestionValue

      public DialogSuggestionValue()
  • Method Details

    • getInput

      public MessageInput getInput()
      Gets the input.

      An input object that includes the input text.

      Returns:
      the input