Queue Outbound Caller Config Args
data class QueueOutboundCallerConfigArgs(val outboundCallerIdName: Output<String>? = null, val outboundCallerIdNumberId: Output<String>? = null, val outboundFlowId: Output<String>? = null) : ConvertibleToJava<QueueOutboundCallerConfigArgs>
Constructors
Link copied to clipboard
fun QueueOutboundCallerConfigArgs(outboundCallerIdName: Output<String>? = null, outboundCallerIdNumberId: Output<String>? = null, outboundFlowId: Output<String>? = null)