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 DialogNodeOutputOptionsElementValue
DialogNodeOutputOptionsElementValue.Builder. build()
Builds a DialogNodeOutputOptionsElementValue.DialogNodeOutputOptionsElementValue
DialogNodeOutputOptionsElement. value()
Gets the value.Methods in com.ibm.watson.assistant.v1.model with parameters of type DialogNodeOutputOptionsElementValue Modifier and Type Method Description DialogNodeOutputOptionsElement.Builder
DialogNodeOutputOptionsElement.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.