Uses of Class
com.ibm.watson.assistant.v1.model.DialogNodeOutputOptionsElementValue
| Package | Description |
|---|---|
| com.ibm.watson.assistant.v1.model |
-
Uses of DialogNodeOutputOptionsElementValue in com.ibm.watson.assistant.v1.model
Methods in com.ibm.watson.assistant.v1.model that return DialogNodeOutputOptionsElementValue Modifier and Type Method Description DialogNodeOutputOptionsElementValueDialogNodeOutputOptionsElementValue.Builder. build()Builds a DialogNodeOutputOptionsElementValue.DialogNodeOutputOptionsElementValueDialogNodeOutputOptionsElement. value()Gets the value.Methods in com.ibm.watson.assistant.v1.model with parameters of type DialogNodeOutputOptionsElementValue Modifier and Type Method Description DialogNodeOutputOptionsElement.BuilderDialogNodeOutputOptionsElement.Builder. value(DialogNodeOutputOptionsElementValue value)Set the value.Constructors in com.ibm.watson.assistant.v1.model with parameters of type DialogNodeOutputOptionsElementValue Constructor Description Builder(String label, DialogNodeOutputOptionsElementValue value)Instantiates a new builder with required properties.