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 ChannelTransferTargetChat
build()
Builds a ChannelTransferTargetChat.ChannelTransferTargetChat.Builder
url(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
-