Class: Aws::Connect::Types::RealTimeContactAnalysisSegmentAttachments

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Segment containing list of attachments.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentsArray<Types::RealTimeContactAnalysisAttachment>

List of objects describing an individual attachment.



14472
14473
14474
14475
14476
14477
14478
14479
14480
14481
# File 'lib/aws-sdk-connect/types.rb', line 14472

class RealTimeContactAnalysisSegmentAttachments < Struct.new(
  :id,
  :participant_id,
  :participant_role,
  :display_name,
  :attachments,
  :time)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The display name of the participant. Can be redacted.

Returns:

  • (String)


14472
14473
14474
14475
14476
14477
14478
14479
14480
14481
# File 'lib/aws-sdk-connect/types.rb', line 14472

class RealTimeContactAnalysisSegmentAttachments < Struct.new(
  :id,
  :participant_id,
  :participant_role,
  :display_name,
  :attachments,
  :time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the segment.

Returns:

  • (String)


14472
14473
14474
14475
14476
14477
14478
14479
14480
14481
# File 'lib/aws-sdk-connect/types.rb', line 14472

class RealTimeContactAnalysisSegmentAttachments < Struct.new(
  :id,
  :participant_id,
  :participant_role,
  :display_name,
  :attachments,
  :time)
  SENSITIVE = []
  include Aws::Structure
end

#participant_idString

The identifier of the participant.

Returns:

  • (String)


14472
14473
14474
14475
14476
14477
14478
14479
14480
14481
# File 'lib/aws-sdk-connect/types.rb', line 14472

class RealTimeContactAnalysisSegmentAttachments < Struct.new(
  :id,
  :participant_id,
  :participant_role,
  :display_name,
  :attachments,
  :time)
  SENSITIVE = []
  include Aws::Structure
end

#participant_roleString

The role of the participant. For example, is it a customer, agent, or system.

Returns:

  • (String)


14472
14473
14474
14475
14476
14477
14478
14479
14480
14481
# File 'lib/aws-sdk-connect/types.rb', line 14472

class RealTimeContactAnalysisSegmentAttachments < Struct.new(
  :id,
  :participant_id,
  :participant_role,
  :display_name,
  :attachments,
  :time)
  SENSITIVE = []
  include Aws::Structure
end

#timeTypes::RealTimeContactAnalysisTimeData

Field describing the time of the event. It can have different representations of time.



14472
14473
14474
14475
14476
14477
14478
14479
14480
14481
# File 'lib/aws-sdk-connect/types.rb', line 14472

class RealTimeContactAnalysisSegmentAttachments < Struct.new(
  :id,
  :participant_id,
  :participant_role,
  :display_name,
  :attachments,
  :time)
  SENSITIVE = []
  include Aws::Structure
end