CampaignTelephonyChannelSubtypeConfig

data class CampaignTelephonyChannelSubtypeConfig(val capacity: Double? = null, val connectQueueId: String? = null, val defaultOutboundConfig: CampaignTelephonyOutboundConfig, val outboundMode: CampaignTelephonyOutboundMode)

Telephony Channel Subtype config

Constructors

Link copied to clipboard
constructor(capacity: Double? = null, connectQueueId: String? = null, defaultOutboundConfig: CampaignTelephonyOutboundConfig, outboundMode: CampaignTelephonyOutboundMode)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Double? = null

The allocation of telephony capacity between multiple running outbound campaigns.

Link copied to clipboard
val connectQueueId: String? = null

The identifier of the Amazon Connect queue associated with telephony outbound requests of an outbound campaign.

Link copied to clipboard

The default telephony outbound configuration of an outbound campaign.

Link copied to clipboard

The outbound mode of telephony for an outbound campaign.