Uses of Class
com.ibm.watson.assistant.v1.model.DialogNodeOutputTextValuesElement
Package | Description |
---|---|
com.ibm.watson.assistant.v1.model |
-
Uses of DialogNodeOutputTextValuesElement in com.ibm.watson.assistant.v1.model
Methods in com.ibm.watson.assistant.v1.model that return DialogNodeOutputTextValuesElement Modifier and Type Method Description DialogNodeOutputTextValuesElement
DialogNodeOutputTextValuesElement.Builder. build()
Builds a DialogNodeOutputTextValuesElement.Methods in com.ibm.watson.assistant.v1.model that return types with arguments of type DialogNodeOutputTextValuesElement Modifier and Type Method Description List<DialogNodeOutputTextValuesElement>
DialogNodeOutputGeneric. values()
Gets the values.Methods in com.ibm.watson.assistant.v1.model with parameters of type DialogNodeOutputTextValuesElement Modifier and Type Method Description DialogNodeOutputGenericDialogNodeOutputResponseTypeText.Builder
DialogNodeOutputGenericDialogNodeOutputResponseTypeText.Builder. addValues(DialogNodeOutputTextValuesElement values)
Adds an values to values.Method parameters in com.ibm.watson.assistant.v1.model with type arguments of type DialogNodeOutputTextValuesElement Modifier and Type Method Description DialogNodeOutputGenericDialogNodeOutputResponseTypeText.Builder
DialogNodeOutputGenericDialogNodeOutputResponseTypeText.Builder. values(List<DialogNodeOutputTextValuesElement> values)
Set the values.Constructor parameters in com.ibm.watson.assistant.v1.model with type arguments of type DialogNodeOutputTextValuesElement Constructor Description Builder(String responseType, List<DialogNodeOutputTextValuesElement> values)
Instantiates a new builder with required properties.