QueueOutboundCallerConfigArgs

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
constructor(outboundCallerIdName: Output<String>? = null, outboundCallerIdNumberId: Output<String>? = null, outboundFlowId: Output<String>? = null)

Properties

Link copied to clipboard
val outboundCallerIdName: Output<String>? = null

Specifies the caller ID name.

Link copied to clipboard
val outboundCallerIdNumberId: Output<String>? = null

Specifies the caller ID number.

Link copied to clipboard
val outboundFlowId: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): QueueOutboundCallerConfigArgs