Class: Aws::Connect::Types::RecordingInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::RecordingInfo
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Information about a voice recording, chat transcript, or screen recording.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deletion_reason ⇒ String
If the recording/transcript was deleted, this is the reason entered for the deletion.
-
#fragment_start_number ⇒ String
The number that identifies the Kinesis Video Streams fragment where the customer audio stream started.
-
#fragment_stop_number ⇒ String
The number that identifies the Kinesis Video Streams fragment where the customer audio stream stopped.
-
#location ⇒ String
The location, in Amazon S3, for the recording/transcript.
-
#media_stream_type ⇒ String
Information about the media stream used during the conversation.
-
#participant_type ⇒ String
Information about the conversation participant, whether they are an agent or contact.
-
#start_timestamp ⇒ Time
When the conversation of the last leg of the recording started in UTC time.
-
#status ⇒ String
The status of the recording/transcript.
-
#stop_timestamp ⇒ Time
When the conversation of the last leg of recording stopped in UTC time.
-
#storage_type ⇒ String
Where the recording/transcript is stored.
-
#unprocessed_transcript_location ⇒ String
The location, in Amazon S3, for the unprocessed transcript if any media processing was performed.
Instance Attribute Details
#deletion_reason ⇒ String
If the recording/transcript was deleted, this is the reason entered for the deletion.
25223 25224 25225 25226 25227 25228 25229 25230 25231 25232 25233 25234 25235 25236 25237 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25223 class RecordingInfo < Struct.new( :storage_type, :location, :media_stream_type, :participant_type, :fragment_start_number, :fragment_stop_number, :start_timestamp, :stop_timestamp, :status, :deletion_reason, :unprocessed_transcript_location) SENSITIVE = [] include Aws::Structure end |
#fragment_start_number ⇒ String
The number that identifies the Kinesis Video Streams fragment where the customer audio stream started.
25223 25224 25225 25226 25227 25228 25229 25230 25231 25232 25233 25234 25235 25236 25237 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25223 class RecordingInfo < Struct.new( :storage_type, :location, :media_stream_type, :participant_type, :fragment_start_number, :fragment_stop_number, :start_timestamp, :stop_timestamp, :status, :deletion_reason, :unprocessed_transcript_location) SENSITIVE = [] include Aws::Structure end |
#fragment_stop_number ⇒ String
The number that identifies the Kinesis Video Streams fragment where the customer audio stream stopped.
25223 25224 25225 25226 25227 25228 25229 25230 25231 25232 25233 25234 25235 25236 25237 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25223 class RecordingInfo < Struct.new( :storage_type, :location, :media_stream_type, :participant_type, :fragment_start_number, :fragment_stop_number, :start_timestamp, :stop_timestamp, :status, :deletion_reason, :unprocessed_transcript_location) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The location, in Amazon S3, for the recording/transcript.
25223 25224 25225 25226 25227 25228 25229 25230 25231 25232 25233 25234 25235 25236 25237 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25223 class RecordingInfo < Struct.new( :storage_type, :location, :media_stream_type, :participant_type, :fragment_start_number, :fragment_stop_number, :start_timestamp, :stop_timestamp, :status, :deletion_reason, :unprocessed_transcript_location) SENSITIVE = [] include Aws::Structure end |
#media_stream_type ⇒ String
Information about the media stream used during the conversation.
25223 25224 25225 25226 25227 25228 25229 25230 25231 25232 25233 25234 25235 25236 25237 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25223 class RecordingInfo < Struct.new( :storage_type, :location, :media_stream_type, :participant_type, :fragment_start_number, :fragment_stop_number, :start_timestamp, :stop_timestamp, :status, :deletion_reason, :unprocessed_transcript_location) SENSITIVE = [] include Aws::Structure end |
#participant_type ⇒ String
Information about the conversation participant, whether they are an agent or contact. The participant types are as follows:
All
Manager
Agent
Customer
Thirdparty
Supervisor
25223 25224 25225 25226 25227 25228 25229 25230 25231 25232 25233 25234 25235 25236 25237 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25223 class RecordingInfo < Struct.new( :storage_type, :location, :media_stream_type, :participant_type, :fragment_start_number, :fragment_stop_number, :start_timestamp, :stop_timestamp, :status, :deletion_reason, :unprocessed_transcript_location) SENSITIVE = [] include Aws::Structure end |
#start_timestamp ⇒ Time
When the conversation of the last leg of the recording started in UTC time.
25223 25224 25225 25226 25227 25228 25229 25230 25231 25232 25233 25234 25235 25236 25237 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25223 class RecordingInfo < Struct.new( :storage_type, :location, :media_stream_type, :participant_type, :fragment_start_number, :fragment_stop_number, :start_timestamp, :stop_timestamp, :status, :deletion_reason, :unprocessed_transcript_location) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the recording/transcript.
25223 25224 25225 25226 25227 25228 25229 25230 25231 25232 25233 25234 25235 25236 25237 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25223 class RecordingInfo < Struct.new( :storage_type, :location, :media_stream_type, :participant_type, :fragment_start_number, :fragment_stop_number, :start_timestamp, :stop_timestamp, :status, :deletion_reason, :unprocessed_transcript_location) SENSITIVE = [] include Aws::Structure end |
#stop_timestamp ⇒ Time
When the conversation of the last leg of recording stopped in UTC time.
25223 25224 25225 25226 25227 25228 25229 25230 25231 25232 25233 25234 25235 25236 25237 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25223 class RecordingInfo < Struct.new( :storage_type, :location, :media_stream_type, :participant_type, :fragment_start_number, :fragment_stop_number, :start_timestamp, :stop_timestamp, :status, :deletion_reason, :unprocessed_transcript_location) SENSITIVE = [] include Aws::Structure end |
#storage_type ⇒ String
Where the recording/transcript is stored.
25223 25224 25225 25226 25227 25228 25229 25230 25231 25232 25233 25234 25235 25236 25237 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25223 class RecordingInfo < Struct.new( :storage_type, :location, :media_stream_type, :participant_type, :fragment_start_number, :fragment_stop_number, :start_timestamp, :stop_timestamp, :status, :deletion_reason, :unprocessed_transcript_location) SENSITIVE = [] include Aws::Structure end |
#unprocessed_transcript_location ⇒ String
The location, in Amazon S3, for the unprocessed transcript if any media processing was performed.
25223 25224 25225 25226 25227 25228 25229 25230 25231 25232 25233 25234 25235 25236 25237 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25223 class RecordingInfo < Struct.new( :storage_type, :location, :media_stream_type, :participant_type, :fragment_start_number, :fragment_stop_number, :start_timestamp, :stop_timestamp, :status, :deletion_reason, :unprocessed_transcript_location) SENSITIVE = [] include Aws::Structure end |