QueueOutboundCallerConfig

data class QueueOutboundCallerConfig(val outboundCallerIdName: String? = null, val outboundCallerIdNumberArn: String? = null, val outboundFlowArn: String? = null)

The outbound caller ID name, number, and outbound whisper flow.

Constructors

Link copied to clipboard
constructor(outboundCallerIdName: String? = null, outboundCallerIdNumberArn: String? = null, outboundFlowArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The caller ID name.

Link copied to clipboard

The Amazon Resource Name (ARN) of the outbound caller ID number.

Link copied to clipboard
val outboundFlowArn: String? = null

The Amazon Resource Name (ARN) of the outbound flow.