Class DialogNodeOutputOptionsElementValue
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v2.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 assistant if the user selects the
corresponding option.
-
Constructor Summary
Constructors Constructor Description DialogNodeOutputOptionsElementValue()
-
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
-
DialogNodeOutputOptionsElementValue
public DialogNodeOutputOptionsElementValue()
-
-
Method Details
-
getInput
Gets the input.An input object that includes the input text.
- Returns:
- the input
-