Class: Aws::Types::RealTimeContactAnalysisSegmentAttachments
- Inherits:
-
Object
- Object
- Aws::Types::RealTimeContactAnalysisSegmentAttachments
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachments ⇒ ::Array[Types::RealTimeContactAnalysisAttachment]
Returns the value of attribute attachments.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#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
#attachments ⇒ ::Array[Types::RealTimeContactAnalysisAttachment]
Returns the value of attribute attachments.
6761 6762 6763 |
# File 'sig/types.rbs', line 6761 def end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
6760 6761 6762 |
# File 'sig/types.rbs', line 6760 def display_name @display_name end |
#id ⇒ ::String
Returns the value of attribute id.
6757 6758 6759 |
# File 'sig/types.rbs', line 6757 def id @id end |
#participant_id ⇒ ::String
Returns the value of attribute participant_id.
6758 6759 6760 |
# File 'sig/types.rbs', line 6758 def participant_id @participant_id end |
#participant_role ⇒ "AGENT", ...
Returns the value of attribute participant_role.
6759 6760 6761 |
# File 'sig/types.rbs', line 6759 def participant_role @participant_role end |
#time ⇒ Types::RealTimeContactAnalysisTimeData
Returns the value of attribute time.
6762 6763 6764 |
# File 'sig/types.rbs', line 6762 def time @time end |