UserPhoneConfig

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

Contains information about the phone configuration settings for a user.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The After Call Work (ACW) timeout setting, in seconds. This parameter has a minimum value of 0 and a maximum value of 2,000,000 seconds (24 days). Enter 0 if you don't want to allocate a specific amount of ACW time. It essentially means an indefinite amount of time. When the conversation ends, ACW starts; the agent must choose Close contact to end ACW.

Link copied to clipboard
val autoAccept: Boolean? = null

The Auto accept setting.

Link copied to clipboard
val deskPhoneNumber: String? = null

The phone number for the user's desk phone.

Link copied to clipboard

The phone type.