SuspendContactRecordingRequest
public struct SuspendContactRecordingRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the contact.
Declaration
Swift
public let contactId: 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(contactId: String, initialContactId: String, instanceId: String)
-
Declaration
Swift
public func validate(name: String) throws