UserPhoneConfig
public struct UserPhoneConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The After Call Work (ACW) timeout setting, in seconds.
Declaration
Swift
public let afterContactWorkTimeLimit: Int?
-
The Auto accept setting.
Declaration
Swift
public let autoAccept: Bool?
-
The phone number for the user’s desk phone.
Declaration
Swift
public let deskPhoneNumber: String?
-
The phone type.
Declaration
Swift
public let phoneType: PhoneType
-
Undocumented
Declaration
Swift
public init(afterContactWorkTimeLimit: Int? = nil, autoAccept: Bool? = nil, deskPhoneNumber: String? = nil, phoneType: PhoneType)
-
Declaration
Swift
public func validate(name: String) throws