Class ChannelTransferInfo
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.ChannelTransferInfo
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ChannelTransferInfo
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Information used by an integration to transfer the conversation to a different channel.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ChannelTransferInfo.Builder
Builder. -
Method Summary
Modifier and Type Method Description ChannelTransferInfo.Builder
newBuilder()
New builder.ChannelTransferTarget
target()
Gets the target.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a ChannelTransferInfo builder
-
target
Gets the target.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.
- Returns:
- the target
-