public class DialogNodeOutputOptionsElement
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
label |
protected DialogNodeOutputOptionsElementValue |
value |
Constructor and Description |
---|
DialogNodeOutputOptionsElement() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel()
Gets the label.
|
DialogNodeOutputOptionsElementValue |
getValue()
Gets the value.
|
protected java.lang.String label
protected DialogNodeOutputOptionsElementValue value
public java.lang.String getLabel()
The user-facing label for the option.
public DialogNodeOutputOptionsElementValue getValue()
An object defining the message input to be sent to the assistant if the user selects the corresponding option.