UserPhoneConfigArgs

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
val afterContactWorkTimeLimit: Output<Int>? = null

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: Output<Boolean>? = null

The Auto accept setting.

Link copied to clipboard
val deskPhoneNumber: Output<String>? = null

The phone number for the user's desk phone.

Link copied to clipboard

The phone type.

Functions

Link copied to clipboard
open override fun toJava(): UserPhoneConfigArgs