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>
Constructors
Link copied to clipboard
fun UserPhoneConfigArgs(afterContactWorkTimeLimit: Output<Int>? = null, autoAccept: Output<Boolean>? = null, deskPhoneNumber: Output<String>? = null, phoneType: Output<String>)