StartContactRecordingRequest
public struct StartContactRecordingRequest : 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
-
Who is being recorded.
Declaration
Swift
public let voiceRecordingConfiguration: VoiceRecordingConfiguration
-
Undocumented
Declaration
Swift
public init(contactId: String, initialContactId: String, instanceId: String, voiceRecordingConfiguration: VoiceRecordingConfiguration)
-
Declaration
Swift
public func validate(name: String) throws