Class: Aws::Types::RealTimeContactAnalysisSegmentTranscript
- Inherits:
-
Object
- Object
- Aws::Types::RealTimeContactAnalysisSegmentTranscript
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#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.
-
#redaction ⇒ Types::RealTimeContactAnalysisTranscriptItemRedaction
Returns the value of attribute redaction.
-
#sentiment ⇒ "POSITIVE", ...
Returns the value of attribute sentiment.
-
#time ⇒ Types::RealTimeContactAnalysisTimeData
Returns the value of attribute time.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
6807 6808 6809 |
# File 'sig/types.rbs', line 6807 def content @content end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
6808 6809 6810 |
# File 'sig/types.rbs', line 6808 def content_type @content_type end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
6806 6807 6808 |
# File 'sig/types.rbs', line 6806 def display_name @display_name end |
#id ⇒ ::String
Returns the value of attribute id.
6803 6804 6805 |
# File 'sig/types.rbs', line 6803 def id @id end |
#participant_id ⇒ ::String
Returns the value of attribute participant_id.
6804 6805 6806 |
# File 'sig/types.rbs', line 6804 def participant_id @participant_id end |
#participant_role ⇒ "AGENT", ...
Returns the value of attribute participant_role.
6805 6806 6807 |
# File 'sig/types.rbs', line 6805 def participant_role @participant_role end |
#redaction ⇒ Types::RealTimeContactAnalysisTranscriptItemRedaction
Returns the value of attribute redaction.
6810 6811 6812 |
# File 'sig/types.rbs', line 6810 def redaction @redaction end |
#sentiment ⇒ "POSITIVE", ...
Returns the value of attribute sentiment.
6811 6812 6813 |
# File 'sig/types.rbs', line 6811 def sentiment @sentiment end |
#time ⇒ Types::RealTimeContactAnalysisTimeData
Returns the value of attribute time.
6809 6810 6811 |
# File 'sig/types.rbs', line 6809 def time @time end |