public static class DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder extends Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(DialogNodeOutputGeneric dialogNodeOutputGenericDialogNodeOutputResponseTypePause) |
Builder(String responseType,
Long time)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder |
addChannels(ResponseGenericChannel channels)
Adds an channels to channels.
|
DialogNodeOutputGenericDialogNodeOutputResponseTypePause |
build()
Builds a DialogNodeOutputGenericDialogNodeOutputResponseTypePause.
|
DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder |
channels(List<ResponseGenericChannel> channels)
Set the channels.
|
DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder |
responseType(String responseType)
Set the responseType.
|
DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder |
time(long time)
Set the time.
|
DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder |
typing(Boolean typing)
Set the typing.
|
public Builder(DialogNodeOutputGeneric dialogNodeOutputGenericDialogNodeOutputResponseTypePause)
public Builder()
public DialogNodeOutputGenericDialogNodeOutputResponseTypePause build()
public DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder addChannels(ResponseGenericChannel channels)
channels - the new channelspublic DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder responseType(String responseType)
responseType - the responseTypepublic DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder time(long time)
time - the timepublic DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder typing(Boolean typing)
typing - the typingpublic DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder channels(List<ResponseGenericChannel> channels)
channels - the channelsCopyright © 2022 IBM Cloud. All rights reserved.