public static class DialogNodeOutputGenericDialogNodeOutputResponseTypeText.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(DialogNodeOutputGeneric dialogNodeOutputGenericDialogNodeOutputResponseTypeText) |
Builder(java.lang.String responseType,
java.util.List<DialogNodeOutputTextValuesElement> values)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
DialogNodeOutputGenericDialogNodeOutputResponseTypeText.Builder |
addValues(DialogNodeOutputTextValuesElement values)
Adds an values to values.
|
DialogNodeOutputGenericDialogNodeOutputResponseTypeText |
build()
Builds a DialogNodeOutputGenericDialogNodeOutputResponseTypeText.
|
DialogNodeOutputGenericDialogNodeOutputResponseTypeText.Builder |
delimiter(java.lang.String delimiter)
Set the delimiter.
|
DialogNodeOutputGenericDialogNodeOutputResponseTypeText.Builder |
responseType(java.lang.String responseType)
Set the responseType.
|
DialogNodeOutputGenericDialogNodeOutputResponseTypeText.Builder |
selectionPolicy(java.lang.String selectionPolicy)
Set the selectionPolicy.
|
DialogNodeOutputGenericDialogNodeOutputResponseTypeText.Builder |
values(java.util.List<DialogNodeOutputTextValuesElement> values)
Set the values.
|
public Builder(DialogNodeOutputGeneric dialogNodeOutputGenericDialogNodeOutputResponseTypeText)
public Builder()
public Builder(java.lang.String responseType,
java.util.List<DialogNodeOutputTextValuesElement> values)
responseType - the responseTypevalues - the valuespublic DialogNodeOutputGenericDialogNodeOutputResponseTypeText build()
public DialogNodeOutputGenericDialogNodeOutputResponseTypeText.Builder addValues(DialogNodeOutputTextValuesElement values)
values - the new valuespublic DialogNodeOutputGenericDialogNodeOutputResponseTypeText.Builder responseType(java.lang.String responseType)
responseType - the responseTypepublic DialogNodeOutputGenericDialogNodeOutputResponseTypeText.Builder values(java.util.List<DialogNodeOutputTextValuesElement> values)
values - the valuespublic DialogNodeOutputGenericDialogNodeOutputResponseTypeText.Builder selectionPolicy(java.lang.String selectionPolicy)
selectionPolicy - the selectionPolicypublic DialogNodeOutputGenericDialogNodeOutputResponseTypeText.Builder delimiter(java.lang.String delimiter)
delimiter - the delimiter