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.
16397 16398 16399 16400 16401 16402 16403 16404 16405 16406 |
# File 'lib/aws-sdk-connect/types.rb', line 16397 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`.
16397 16398 16399 16400 16401 16402 16403 16404 16405 16406 |
# File 'lib/aws-sdk-connect/types.rb', line 16397 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.
16397 16398 16399 16400 16401 16402 16403 16404 16405 16406 |
# File 'lib/aws-sdk-connect/types.rb', line 16397 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.
16397 16398 16399 16400 16401 16402 16403 16404 16405 16406 |
# File 'lib/aws-sdk-connect/types.rb', line 16397 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.
16397 16398 16399 16400 16401 16402 16403 16404 16405 16406 |
# File 'lib/aws-sdk-connect/types.rb', line 16397 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.
16397 16398 16399 16400 16401 16402 16403 16404 16405 16406 |
# File 'lib/aws-sdk-connect/types.rb', line 16397 class RealTimeContactAnalysisSegmentEvent < Struct.new( :id, :participant_id, :participant_role, :display_name, :event_type, :time) SENSITIVE = [] include Aws::Structure end |