Class: Aws::Connect::Types::StartContactRecordingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::StartContactRecordingRequest
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_id ⇒ String
The identifier of the contact.
-
#initial_contact_id ⇒ String
The identifier of the contact.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#voice_recording_configuration ⇒ Types::VoiceRecordingConfiguration
The person being recorded.
Instance Attribute Details
#contact_id ⇒ String
The identifier of the contact.
22572 22573 22574 22575 22576 22577 22578 22579 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22572 class StartContactRecordingRequest < Struct.new( :instance_id, :contact_id, :initial_contact_id, :voice_recording_configuration) SENSITIVE = [] include Aws::Structure end |
#initial_contact_id ⇒ String
The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.
22572 22573 22574 22575 22576 22577 22578 22579 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22572 class StartContactRecordingRequest < Struct.new( :instance_id, :contact_id, :initial_contact_id, :voice_recording_configuration) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
22572 22573 22574 22575 22576 22577 22578 22579 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22572 class StartContactRecordingRequest < Struct.new( :instance_id, :contact_id, :initial_contact_id, :voice_recording_configuration) SENSITIVE = [] include Aws::Structure end |
#voice_recording_configuration ⇒ Types::VoiceRecordingConfiguration
The person being recorded.
22572 22573 22574 22575 22576 22577 22578 22579 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22572 class StartContactRecordingRequest < Struct.new( :instance_id, :contact_id, :initial_contact_id, :voice_recording_configuration) SENSITIVE = [] include Aws::Structure end |