Class ChannelTransferInfo
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v2.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.
-
Constructor Summary
Constructors Constructor Description ChannelTransferInfo()
-
Method Summary
Modifier and Type Method Description ChannelTransferTarget
getTarget()
Gets the target.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
ChannelTransferInfo
public ChannelTransferInfo()
-
-
Method Details
-
getTarget
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
-