UpdateContactAttributesRequest
public struct UpdateContactAttributesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Connect attributes. These attributes can be accessed in contact flows just like any other contact attributes. You can have up to 32,768 UTF-8 bytes across all attributes for a contact. Attribute keys can include only alphanumeric, dash, and underscore characters.
Declaration
Swift
public let attributes: [String : String]
-
The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.
Declaration
Swift
public let initialContactId: String
-
The identifier of the Amazon Connect instance.
Declaration
Swift
public let instanceId: String
-
Undocumented
Declaration
Swift
public init(attributes: [String : String], initialContactId: String, instanceId: String)
-
Declaration
Swift
public func validate(name: String) throws