Queue Outbound Caller Config
data class QueueOutboundCallerConfig(val outboundCallerIdName: String? = null, val outboundCallerIdNumberId: String? = null, val outboundFlowId: String? = null)
Constructors
Link copied to clipboard
fun QueueOutboundCallerConfig(outboundCallerIdName: String? = null, outboundCallerIdNumberId: String? = null, outboundFlowId: String? = null)