User Phone Config
data class UserPhoneConfig(val afterContactWorkTimeLimit: Int? = null, val autoAccept: Boolean? = null, val deskPhoneNumber: String? = null, val phoneType: String)
Properties
Link copied to clipboard
The After Call Work (ACW) timeout setting, in seconds. Minimum value of 0.
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. Required if phone_type
is set as DESK_PHONE
.