Class DialogNodeOutputOptionsElement
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v2.model.DialogNodeOutputOptionsElement
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DialogNodeOutputOptionsElement
extends com.ibm.cloud.sdk.core.service.model.GenericModel
DialogNodeOutputOptionsElement.
-
Constructor Summary
Constructors Constructor Description DialogNodeOutputOptionsElement()
-
Method Summary
Modifier and Type Method Description String
getLabel()
Gets the label.DialogNodeOutputOptionsElementValue
getValue()
Gets the value.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
DialogNodeOutputOptionsElement
public DialogNodeOutputOptionsElement()
-
-
Method Details
-
getLabel
Gets the label.The user-facing label for the option.
- Returns:
- the label
-
getValue
Gets the value.An object defining the message input to be sent to the assistant if the user selects the corresponding option.
- Returns:
- the value
-