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
fun UserPhoneConfig(afterContactWorkTimeLimit: Int? = null, autoAccept: Boolean? = null, deskPhoneNumber: String? = null, phoneType: UserPhoneType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val autoAccept: Boolean? = null
Link copied to clipboard
val deskPhoneNumber: String? = null
Link copied to clipboard