Campaign Outbound Call Config Args
data class CampaignOutboundCallConfigArgs(val answerMachineDetectionConfig: Output<CampaignAnswerMachineDetectionConfigArgs>? = null, val connectContactFlowArn: Output<String>, val connectQueueArn: Output<String>? = null, val connectSourcePhoneNumber: Output<String>? = null) : ConvertibleToJava<CampaignOutboundCallConfigArgs>
The configuration used for outbound calls.
Constructors
Link copied to clipboard
constructor(answerMachineDetectionConfig: Output<CampaignAnswerMachineDetectionConfigArgs>? = null, connectContactFlowArn: Output<String>, connectQueueArn: Output<String>? = null, connectSourcePhoneNumber: Output<String>? = null)
Properties
Link copied to clipboard
Whether answering machine detection has been enabled.
Link copied to clipboard
The identifier of the contact flow for the outbound call.
Link copied to clipboard
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.