CampaignOutboundCallConfig

data class CampaignOutboundCallConfig(val answerMachineDetectionConfig: CampaignAnswerMachineDetectionConfig? = null, val connectContactFlowArn: String, val connectQueueArn: String? = null, val connectSourcePhoneNumber: String? = null)

The configuration used for outbound calls.

Constructors

Link copied to clipboard
fun CampaignOutboundCallConfig(answerMachineDetectionConfig: CampaignAnswerMachineDetectionConfig? = null, connectContactFlowArn: String, connectQueueArn: String? = null, connectSourcePhoneNumber: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier of the contact flow for the outbound call.

Link copied to clipboard
val connectQueueArn: String? = null

The queue for the call. If you specify a queue, the phone displayed for caller ID is the phone number specified in the queue. If you do not specify a queue, the queue defined in the contact flow is used. If you do not specify a queue, you must specify a source phone number.

Link copied to clipboard

The phone number associated with the Amazon Connect instance, in E.164 format. If you do not specify a source phone number, you must specify a queue.