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