Class: Aws::Connect::Types::RealTimeContactAnalysisSegmentEvent

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

Overview

Segment type describing a contact event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

The display name of the participant. Can be redacted.

Returns:

  • (String)


14529
14530
14531
14532
14533
14534
14535
14536
14537
14538
# File 'lib/aws-sdk-connect/types.rb', line 14529

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

#event_typeString

Type of the event. For example, ‘application/vnd.amazonaws.connect.event.participant.left`.

Returns:

  • (String)


14529
14530
14531
14532
14533
14534
14535
14536
14537
14538
# File 'lib/aws-sdk-connect/types.rb', line 14529

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

#idString

The identifier of the contact event.

Returns:

  • (String)


14529
14530
14531
14532
14533
14534
14535
14536
14537
14538
# File 'lib/aws-sdk-connect/types.rb', line 14529

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

#participant_idString

The identifier of the participant.

Returns:

  • (String)


14529
14530
14531
14532
14533
14534
14535
14536
14537
14538
# File 'lib/aws-sdk-connect/types.rb', line 14529

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

#participant_roleString

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

Returns:

  • (String)


14529
14530
14531
14532
14533
14534
14535
14536
14537
14538
# File 'lib/aws-sdk-connect/types.rb', line 14529

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

#timeTypes::RealTimeContactAnalysisTimeData

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



14529
14530
14531
14532
14533
14534
14535
14536
14537
14538
# File 'lib/aws-sdk-connect/types.rb', line 14529

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