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.
31288 31289 31290 31291 31292 31293 31294 31295 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 31288 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.
31288 31289 31290 31291 31292 31293 31294 31295 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 31288 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.
31288 31289 31290 31291 31292 31293 31294 31295 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 31288 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.
31288 31289 31290 31291 31292 31293 31294 31295 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 31288 class StartContactRecordingRequest < Struct.new( :instance_id, :contact_id, :initial_contact_id, :voice_recording_configuration) SENSITIVE = [] include Aws::Structure end |