UserPhoneConfigArgs

data class UserPhoneConfigArgs(val afterContactWorkTimeLimit: Output<Int>? = null, val autoAccept: Output<Boolean>? = null, val deskPhoneNumber: Output<String>? = null, val phoneType: Output<String>) : ConvertibleToJava<UserPhoneConfigArgs>

Constructors

Link copied to clipboard
constructor(afterContactWorkTimeLimit: Output<Int>? = null, autoAccept: Output<Boolean>? = null, deskPhoneNumber: Output<String>? = null, phoneType: Output<String>)

Properties

Link copied to clipboard
val afterContactWorkTimeLimit: Output<Int>? = null

The After Call Work (ACW) timeout setting, in seconds. Minimum value of 0.

Link copied to clipboard
val autoAccept: Output<Boolean>? = null

When Auto-Accept Call is enabled for an available agent, the agent connects to contacts automatically.

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

The phone number for the user's desk phone. Required if phone_type is set as DESK_PHONE.

Link copied to clipboard
val phoneType: Output<String>

The phone type. Valid values are DESK_PHONE and SOFT_PHONE.

Functions

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