public static class DialogNodeOutputOptionsElement.Builder extends Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(String label,
DialogNodeOutputOptionsElementValue value)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
DialogNodeOutputOptionsElement |
build()
Builds a DialogNodeOutputOptionsElement.
|
DialogNodeOutputOptionsElement.Builder |
label(String label)
Set the label.
|
DialogNodeOutputOptionsElement.Builder |
value(DialogNodeOutputOptionsElementValue value)
Set the value.
|
public Builder()
public Builder(String label, DialogNodeOutputOptionsElementValue value)
label - the labelvalue - the valuepublic DialogNodeOutputOptionsElement build()
public DialogNodeOutputOptionsElement.Builder label(String label)
label - the labelpublic DialogNodeOutputOptionsElement.Builder value(DialogNodeOutputOptionsElementValue value)
value - the valueCopyright © 2022 IBM Cloud. All rights reserved.