public static class DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer.Builder extends Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer dialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer) |
Builder(String responseType,
String messageToUser,
ChannelTransferInfo transferInfo)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer.Builder |
addChannels(ResponseGenericChannel channels)
Adds an channels to channels.
|
DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer |
build()
Builds a DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer.
|
DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer.Builder |
channels(List<ResponseGenericChannel> channels)
Set the channels.
|
DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer.Builder |
messageToUser(String messageToUser)
Set the messageToUser.
|
DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer.Builder |
responseType(String responseType)
Set the responseType.
|
DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer.Builder |
transferInfo(ChannelTransferInfo transferInfo)
Set the transferInfo.
|
public Builder(DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer dialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer)
public Builder()
public Builder(String responseType, String messageToUser, ChannelTransferInfo transferInfo)
responseType - the responseTypemessageToUser - the messageToUsertransferInfo - the transferInfopublic DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer build()
public DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer.Builder addChannels(ResponseGenericChannel channels)
channels - the new channelspublic DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer.Builder responseType(String responseType)
responseType - the responseTypepublic DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer.Builder messageToUser(String messageToUser)
messageToUser - the messageToUserpublic DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer.Builder transferInfo(ChannelTransferInfo transferInfo)
transferInfo - the transferInfopublic DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer.Builder channels(List<ResponseGenericChannel> channels)
channels - the channelsCopyright © 2021 IBM Cloud. All rights reserved.