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 SummaryConstructors Constructor Description Builder()Instantiates a new builder.
- 
Method SummaryModifier and Type Method Description ChannelTransferTargetChatbuild()Builds a ChannelTransferTargetChat.ChannelTransferTargetChat.Builderurl(String url)Set the url.
- 
Constructor Details- 
Builderpublic Builder()Instantiates a new builder.
 
- 
- 
Method Details- 
buildBuilds a ChannelTransferTargetChat.- Returns:
- the new ChannelTransferTargetChat instance
 
- 
urlSet the url.- Parameters:
- url- the url
- Returns:
- the ChannelTransferTargetChat builder
 
 
-