Class: Aws::Types::RealTimeContactAnalysisSegmentEvent
- Inherits:
-
Object
- Object
- Aws::Types::RealTimeContactAnalysisSegmentEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#event_type ⇒ ::String
Returns the value of attribute event_type.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#participant_id ⇒ ::String
Returns the value of attribute participant_id.
-
#participant_role ⇒ "AGENT", ...
Returns the value of attribute participant_role.
-
#time ⇒ Types::RealTimeContactAnalysisTimeData
Returns the value of attribute time.
Instance Attribute Details
#display_name ⇒ ::String
Returns the value of attribute display_name.
6671 6672 6673 |
# File 'sig/types.rbs', line 6671 def display_name @display_name end |
#event_type ⇒ ::String
Returns the value of attribute event_type.
6672 6673 6674 |
# File 'sig/types.rbs', line 6672 def event_type @event_type end |
#id ⇒ ::String
Returns the value of attribute id.
6668 6669 6670 |
# File 'sig/types.rbs', line 6668 def id @id end |
#participant_id ⇒ ::String
Returns the value of attribute participant_id.
6669 6670 6671 |
# File 'sig/types.rbs', line 6669 def participant_id @participant_id end |
#participant_role ⇒ "AGENT", ...
Returns the value of attribute participant_role.
6670 6671 6672 |
# File 'sig/types.rbs', line 6670 def participant_role @participant_role end |
#time ⇒ Types::RealTimeContactAnalysisTimeData
Returns the value of attribute time.
6673 6674 6675 |
# File 'sig/types.rbs', line 6673 def time @time end |