Campaign Telephony Outbound Config Args
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)