Uses of Class
com.ibm.watson.assistant.v1.model.DialogNodeOutputOptionsElement
| Package | Description |
|---|---|
| com.ibm.watson.assistant.v1.model |
-
Uses of DialogNodeOutputOptionsElement in com.ibm.watson.assistant.v1.model
Methods in com.ibm.watson.assistant.v1.model that return DialogNodeOutputOptionsElement Modifier and Type Method Description DialogNodeOutputOptionsElementDialogNodeOutputOptionsElement.Builder. build()Builds a DialogNodeOutputOptionsElement.Methods in com.ibm.watson.assistant.v1.model that return types with arguments of type DialogNodeOutputOptionsElement Modifier and Type Method Description List<DialogNodeOutputOptionsElement>DialogNodeOutputGeneric. options()Gets the options.List<DialogNodeOutputOptionsElement>RuntimeResponseGeneric. options()Gets the options.Methods in com.ibm.watson.assistant.v1.model with parameters of type DialogNodeOutputOptionsElement Modifier and Type Method Description DialogNodeOutputGenericDialogNodeOutputResponseTypeOption.BuilderDialogNodeOutputGenericDialogNodeOutputResponseTypeOption.Builder. addOptions(DialogNodeOutputOptionsElement options)Adds an options to options.RuntimeResponseGenericRuntimeResponseTypeOption.BuilderRuntimeResponseGenericRuntimeResponseTypeOption.Builder. addOptions(DialogNodeOutputOptionsElement options)Adds an options to options.Method parameters in com.ibm.watson.assistant.v1.model with type arguments of type DialogNodeOutputOptionsElement Modifier and Type Method Description DialogNodeOutputGenericDialogNodeOutputResponseTypeOption.BuilderDialogNodeOutputGenericDialogNodeOutputResponseTypeOption.Builder. options(List<DialogNodeOutputOptionsElement> options)Set the options.RuntimeResponseGenericRuntimeResponseTypeOption.BuilderRuntimeResponseGenericRuntimeResponseTypeOption.Builder. options(List<DialogNodeOutputOptionsElement> options)Set the options.Constructor parameters in com.ibm.watson.assistant.v1.model with type arguments of type DialogNodeOutputOptionsElement Constructor Description Builder(String responseType, String title, List<DialogNodeOutputOptionsElement> options)Instantiates a new builder with required properties.Builder(String responseType, String title, List<DialogNodeOutputOptionsElement> options)Instantiates a new builder with required properties.