Class ChannelTransferTarget
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.ChannelTransferTarget
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ChannelTransferTarget
extends com.ibm.cloud.sdk.core.service.model.GenericModel
An object specifying target channels available for the transfer. Each property of this object
 represents an available transfer target. Currently, the only supported property is **chat**,
 representing the web chat integration.
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classChannelTransferTarget.BuilderBuilder.
- 
Method SummaryModifier and Type Method Description ChannelTransferTargetChatchat()Gets the chat.ChannelTransferTarget.BuildernewBuilder()New builder.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModelequals, hashCode, toString
- 
Method Details- 
newBuilderNew builder.- Returns:
- a ChannelTransferTarget builder
 
- 
chatGets the chat.Information for transferring to the web chat integration. - Returns:
- the chat
 
 
-