Class: Aws::Connect::Types::RealTimeContactAnalysisSegmentEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::RealTimeContactAnalysisSegmentEvent
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Segment type describing a contact event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_name ⇒ String
The display name of the participant.
-
#event_type ⇒ String
Type of the event.
-
#id ⇒ String
The identifier of the contact event.
-
#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
#display_name ⇒ String
The display name of the participant. Can be redacted.
18359 18360 18361 18362 18363 18364 18365 18366 18367 18368 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18359 class RealTimeContactAnalysisSegmentEvent < Struct.new( :id, :participant_id, :participant_role, :display_name, :event_type, :time) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ String
Type of the event. For example,
application/vnd.amazonaws.connect.event.participant.left
.
18359 18360 18361 18362 18363 18364 18365 18366 18367 18368 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18359 class RealTimeContactAnalysisSegmentEvent < Struct.new( :id, :participant_id, :participant_role, :display_name, :event_type, :time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the contact event.
18359 18360 18361 18362 18363 18364 18365 18366 18367 18368 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18359 class RealTimeContactAnalysisSegmentEvent < Struct.new( :id, :participant_id, :participant_role, :display_name, :event_type, :time) SENSITIVE = [] include Aws::Structure end |
#participant_id ⇒ String
The identifier of the participant.
18359 18360 18361 18362 18363 18364 18365 18366 18367 18368 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18359 class RealTimeContactAnalysisSegmentEvent < Struct.new( :id, :participant_id, :participant_role, :display_name, :event_type, :time) SENSITIVE = [] include Aws::Structure end |
#participant_role ⇒ String
The role of the participant. For example, is it a customer, agent, or system.
18359 18360 18361 18362 18363 18364 18365 18366 18367 18368 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18359 class RealTimeContactAnalysisSegmentEvent < Struct.new( :id, :participant_id, :participant_role, :display_name, :event_type, :time) SENSITIVE = [] include Aws::Structure end |
#time ⇒ Types::RealTimeContactAnalysisTimeData
Field describing the time of the event. It can have different representations of time.
18359 18360 18361 18362 18363 18364 18365 18366 18367 18368 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18359 class RealTimeContactAnalysisSegmentEvent < Struct.new( :id, :participant_id, :participant_role, :display_name, :event_type, :time) SENSITIVE = [] include Aws::Structure end |