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 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 stepDestination(block: StepDestination.() -> Unit)

Transfers the call to a step.