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.
6651 6652 6653 |
# File 'sig/types.rbs', line 6651 def @attachments end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
6650 6651 6652 |
# File 'sig/types.rbs', line 6650 def display_name @display_name end |
#id ⇒ ::String
Returns the value of attribute id.
6647 6648 6649 |
# File 'sig/types.rbs', line 6647 def id @id end |
#participant_id ⇒ ::String
Returns the value of attribute participant_id.
6648 6649 6650 |
# File 'sig/types.rbs', line 6648 def participant_id @participant_id end |
#participant_role ⇒ "AGENT", ...
Returns the value of attribute participant_role.
6649 6650 6651 |
# File 'sig/types.rbs', line 6649 def participant_role @participant_role end |
#time ⇒ Types::RealTimeContactAnalysisTimeData
Returns the value of attribute time.
6652 6653 6654 |
# File 'sig/types.rbs', line 6652 def time @time end |