QueueOutboundCallerConfig

data class QueueOutboundCallerConfig(val outboundCallerIdName: String? = null, val outboundCallerIdNumberId: String? = null, val outboundFlowId: String? = null)

Constructors

Link copied to clipboard
constructor(outboundCallerIdName: String? = null, outboundCallerIdNumberId: String? = null, outboundFlowId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the caller ID name.

Link copied to clipboard

Specifies the caller ID number.

Link copied to clipboard
val outboundFlowId: String? = null

Specifies outbound whisper flow to be used during an outbound call.