UserPhoneConfig

data class UserPhoneConfig(val afterContactWorkTimeLimit: Int? = null, val autoAccept: Boolean? = null, val deskPhoneNumber: String? = null, val phoneType: String)

Constructors

Link copied to clipboard
constructor(afterContactWorkTimeLimit: Int? = null, autoAccept: Boolean? = null, deskPhoneNumber: String? = null, phoneType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The After Call Work (ACW) timeout setting, in seconds. Minimum value of 0.

Link copied to clipboard
val autoAccept: Boolean? = null

When Auto-Accept Call is enabled for an available agent, the agent connects to contacts automatically.

Link copied to clipboard
val deskPhoneNumber: String? = null

The phone number for the user's desk phone. Required if phone_type is set as DESK_PHONE.

Link copied to clipboard

The phone type. Valid values are DESK_PHONE and SOFT_PHONE.