User Phone Config Args
data class UserPhoneConfigArgs(val afterContactWorkTimeLimit: Output<Int>? = null, val autoAccept: Output<Boolean>? = null, val deskPhoneNumber: Output<String>? = null, val phoneType: Output<String>) : ConvertibleToJava<UserPhoneConfigArgs>
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
.