CampaignTelephonyOutboundConfigArgs

data class CampaignTelephonyOutboundConfigArgs(val answerMachineDetectionConfig: Output<CampaignAnswerMachineDetectionConfigArgs>? = null, val connectContactFlowId: Output<String>, val connectSourcePhoneNumber: Output<String>? = null) : ConvertibleToJava<CampaignTelephonyOutboundConfigArgs>

Default Telephone Outbound config

Constructors

Link copied to clipboard
constructor(answerMachineDetectionConfig: Output<CampaignAnswerMachineDetectionConfigArgs>? = null, connectContactFlowId: Output<String>, connectSourcePhoneNumber: Output<String>? = null)

Properties

Link copied to clipboard

The answering machine detection configuration.

Link copied to clipboard

The identifier of the published Amazon Connect contact flow.

Link copied to clipboard
val connectSourcePhoneNumber: Output<String>? = null

The Amazon Connect source phone number.

Functions

Link copied to clipboard
open override fun toJava(): CampaignTelephonyOutboundConfigArgs