Class: Aws::Connect::Types::RealTimeContactAnalysisSegmentEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::RealTimeContactAnalysisSegmentEvent
- 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
-
#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.
16164 16165 16166 16167 16168 16169 16170 16171 16172 16173 |
# File 'lib/aws-sdk-connect/types.rb', line 16164 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`.
16164 16165 16166 16167 16168 16169 16170 16171 16172 16173 |
# File 'lib/aws-sdk-connect/types.rb', line 16164 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.
16164 16165 16166 16167 16168 16169 16170 16171 16172 16173 |
# File 'lib/aws-sdk-connect/types.rb', line 16164 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.
16164 16165 16166 16167 16168 16169 16170 16171 16172 16173 |
# File 'lib/aws-sdk-connect/types.rb', line 16164 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.
16164 16165 16166 16167 16168 16169 16170 16171 16172 16173 |
# File 'lib/aws-sdk-connect/types.rb', line 16164 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.
16164 16165 16166 16167 16168 16169 16170 16171 16172 16173 |
# File 'lib/aws-sdk-connect/types.rb', line 16164 class RealTimeContactAnalysisSegmentEvent < Struct.new( :id, :participant_id, :participant_role, :display_name, :event_type, :time) SENSITIVE = [] include Aws::Structure end |