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.
  • Method Details

    • newBuilder

      public ChannelTransferInfo.Builder newBuilder()
      New builder.
      Returns:
      a ChannelTransferInfo builder
    • target

      public ChannelTransferTarget 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