Class ChannelTransferTarget.Builder
java.lang.Object
com.ibm.watson.assistant.v1.model.ChannelTransferTarget.Builder
- Enclosing class:
- ChannelTransferTarget
public static class ChannelTransferTarget.Builder extends Object
Builder.
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder. -
Method Summary
Modifier and Type Method Description ChannelTransferTargetbuild()Builds a ChannelTransferTarget.ChannelTransferTarget.Builderchat(ChannelTransferTargetChat chat)Set the chat.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
Builds a ChannelTransferTarget.- Returns:
- the new ChannelTransferTarget instance
-
chat
Set the chat.- Parameters:
chat- the chat- Returns:
- the ChannelTransferTarget builder
-