Class: Aws::Connect::Types::RealTimeContactAnalysisSegmentAttachments
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::RealTimeContactAnalysisSegmentAttachments
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Segment containing list of attachments.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachments ⇒ Array<Types::RealTimeContactAnalysisAttachment>
List of objects describing an individual attachment.
-
#display_name ⇒ String
The display name of the participant.
-
#id ⇒ String
The identifier of the segment.
-
#participant_id ⇒ String
The identifier of the participant.
-
#participant_role ⇒ String
The role of the participant.
-
#time ⇒ Types::RealTimeContactAnalysisTimeData
Field describing the time of the event.
Instance Attribute Details
#attachments ⇒ Array<Types::RealTimeContactAnalysisAttachment>
List of objects describing an individual attachment.
16340 16341 16342 16343 16344 16345 16346 16347 16348 16349 |
# File 'lib/aws-sdk-connect/types.rb', line 16340 class RealTimeContactAnalysisSegmentAttachments < Struct.new( :id, :participant_id, :participant_role, :display_name, :attachments, :time) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The display name of the participant. Can be redacted.
16340 16341 16342 16343 16344 16345 16346 16347 16348 16349 |
# File 'lib/aws-sdk-connect/types.rb', line 16340 class RealTimeContactAnalysisSegmentAttachments < Struct.new( :id, :participant_id, :participant_role, :display_name, :attachments, :time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the segment.
16340 16341 16342 16343 16344 16345 16346 16347 16348 16349 |
# File 'lib/aws-sdk-connect/types.rb', line 16340 class RealTimeContactAnalysisSegmentAttachments < Struct.new( :id, :participant_id, :participant_role, :display_name, :attachments, :time) SENSITIVE = [] include Aws::Structure end |
#participant_id ⇒ String
The identifier of the participant.
16340 16341 16342 16343 16344 16345 16346 16347 16348 16349 |
# File 'lib/aws-sdk-connect/types.rb', line 16340 class RealTimeContactAnalysisSegmentAttachments < Struct.new( :id, :participant_id, :participant_role, :display_name, :attachments, :time) SENSITIVE = [] include Aws::Structure end |
#participant_role ⇒ String
The role of the participant. For example, is it a customer, agent, or system.
16340 16341 16342 16343 16344 16345 16346 16347 16348 16349 |
# File 'lib/aws-sdk-connect/types.rb', line 16340 class RealTimeContactAnalysisSegmentAttachments < Struct.new( :id, :participant_id, :participant_role, :display_name, :attachments, :time) SENSITIVE = [] include Aws::Structure end |
#time ⇒ Types::RealTimeContactAnalysisTimeData
Field describing the time of the event. It can have different representations of time.
16340 16341 16342 16343 16344 16345 16346 16347 16348 16349 |
# File 'lib/aws-sdk-connect/types.rb', line 16340 class RealTimeContactAnalysisSegmentAttachments < Struct.new( :id, :participant_id, :participant_role, :display_name, :attachments, :time) SENSITIVE = [] include Aws::Structure end |