Class DialogNodeOutputOptionsElement
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.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.
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDialogNodeOutputOptionsElement.BuilderBuilder.
- 
Method SummaryModifier and Type Method Description Stringlabel()Gets the label.DialogNodeOutputOptionsElement.BuildernewBuilder()New builder.DialogNodeOutputOptionsElementValuevalue()Gets the value.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModelequals, hashCode, toString
- 
Method Details- 
newBuilderNew builder.- Returns:
- a DialogNodeOutputOptionsElement builder
 
- 
labelGets the label.The user-facing label for the option. - Returns:
- the label
 
- 
valueGets the value.An object defining the message input to be sent to the Watson Assistant service if the user selects the corresponding option. - Returns:
- the value
 
 
-