public static class DialogNodeOutputGenericDialogNodeOutputResponseTypeImage.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(DialogNodeOutputGeneric dialogNodeOutputGenericDialogNodeOutputResponseTypeImage) |
Builder(java.lang.String responseType,
java.lang.String source)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
DialogNodeOutputGenericDialogNodeOutputResponseTypeImage |
build()
Builds a DialogNodeOutputGenericDialogNodeOutputResponseTypeImage.
|
DialogNodeOutputGenericDialogNodeOutputResponseTypeImage.Builder |
description(java.lang.String description)
Set the description.
|
DialogNodeOutputGenericDialogNodeOutputResponseTypeImage.Builder |
responseType(java.lang.String responseType)
Set the responseType.
|
DialogNodeOutputGenericDialogNodeOutputResponseTypeImage.Builder |
source(java.lang.String source)
Set the source.
|
DialogNodeOutputGenericDialogNodeOutputResponseTypeImage.Builder |
title(java.lang.String title)
Set the title.
|
public Builder(DialogNodeOutputGeneric dialogNodeOutputGenericDialogNodeOutputResponseTypeImage)
public Builder()
public Builder(java.lang.String responseType,
java.lang.String source)
responseType - the responseTypesource - the sourcepublic DialogNodeOutputGenericDialogNodeOutputResponseTypeImage build()
public DialogNodeOutputGenericDialogNodeOutputResponseTypeImage.Builder responseType(java.lang.String responseType)
responseType - the responseTypepublic DialogNodeOutputGenericDialogNodeOutputResponseTypeImage.Builder source(java.lang.String source)
source - the sourcepublic DialogNodeOutputGenericDialogNodeOutputResponseTypeImage.Builder title(java.lang.String title)
title - the titlepublic DialogNodeOutputGenericDialogNodeOutputResponseTypeImage.Builder description(java.lang.String description)
description - the description