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<UserPhoneType>) : ConvertibleToJava<UserPhoneConfigArgs>
Contains information about the phone configuration settings for a user.
Constructors
Link copied to clipboard
constructor(afterContactWorkTimeLimit: Output<Int>? = null, autoAccept: Output<Boolean>? = null, deskPhoneNumber: Output<String>? = null, phoneType: Output<UserPhoneType>)
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
The Auto accept setting.
Link copied to clipboard
The phone number for the user's desk phone.
Link copied to clipboard
The phone type.