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 Summary
Nested Classes Modifier and Type Class Description static class
ChannelTransferTarget.Builder
Builder. -
Method Summary
Modifier and Type Method Description ChannelTransferTargetChat
chat()
Gets the chat.ChannelTransferTarget.Builder
newBuilder()
New builder.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a ChannelTransferTarget builder
-
chat
Gets the chat.Information for transferring to the web chat integration.
- Returns:
- the chat
-