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.
      18322 18323 18324 18325 18326 18327 18328 18329 18330 18331  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18322 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.
      18322 18323 18324 18325 18326 18327 18328 18329 18330 18331  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18322 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.
      18322 18323 18324 18325 18326 18327 18328 18329 18330 18331  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18322 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.
      18322 18323 18324 18325 18326 18327 18328 18329 18330 18331  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18322 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.
      18322 18323 18324 18325 18326 18327 18328 18329 18330 18331  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18322 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.
      18322 18323 18324 18325 18326 18327 18328 18329 18330 18331  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18322 class RealTimeContactAnalysisSegmentAttachments < Struct.new( :id, :participant_id, :participant_role, :display_name, :attachments, :time) SENSITIVE = [] include Aws::Structure end  |