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
-
Constructor Details
-
DialogSuggestionValue
public DialogSuggestionValue()
-
-
Method Details
-
getInput
Gets the input.An input object that includes the input text.
- Returns:
- the input
-