TransferDestinationResponse

This is the destination you'd like the call to be transferred to.

Functions

Link copied to clipboard
abstract fun assistantDestination(block: AssistantDestination.() -> Unit)

Transfers the call to an assistant.

Link copied to clipboard
abstract fun dynamicDestination(block: DynamicDestination.() -> Unit)

Transfers the call to a dynamically determined destination via a webhook.

Link copied to clipboard
abstract fun numberDestination(block: NumberDestination.() -> Unit)

Transfers the call to a number.

Link copied to clipboard
abstract fun sipDestination(block: SipDestination.() -> Unit)

Transfers the call to a sip.

Link copied to clipboard
abstract fun squadDestination(block: SquadDestination.() -> Unit)

Transfers the call to a multi-agent squad.