AutoAcceptConfig

Configuration settings for auto-accept for a specific channel.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether auto-accept is enabled for agent-first callbacks. This setting only applies to the VOICE channel.

Link copied to clipboard

Indicates whether auto-accept is enabled for this channel. When enabled, available agents are automatically connected to contacts from this channel.

Link copied to clipboard

The channel for this auto-accept configuration. Valid values: VOICE, CHAT, TASK, EMAIL.

Functions

Link copied to clipboard
inline fun copy(block: AutoAcceptConfig.Builder.() -> Unit = {}): AutoAcceptConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String