GetUserPhoneConfig

data class GetUserPhoneConfig(val afterContactWorkTimeLimit: Int, val autoAccept: Boolean, val deskPhoneNumber: String, val phoneType: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The After Call Work (ACW) timeout setting, in seconds.

Link copied to clipboard

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

Link copied to clipboard

The phone number for the user's desk phone.

Link copied to clipboard

The phone type. Valid values are DESK_PHONE and SOFT_PHONE.