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.
6688 6689 6690 |
# File 'sig/types.rbs', line 6688 def content @content end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
6689 6690 6691 |
# File 'sig/types.rbs', line 6689 def content_type @content_type end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
6687 6688 6689 |
# File 'sig/types.rbs', line 6687 def display_name @display_name end |
#id ⇒ ::String
Returns the value of attribute id.
6684 6685 6686 |
# File 'sig/types.rbs', line 6684 def id @id end |
#participant_id ⇒ ::String
Returns the value of attribute participant_id.
6685 6686 6687 |
# File 'sig/types.rbs', line 6685 def participant_id @participant_id end |
#participant_role ⇒ "AGENT", ...
Returns the value of attribute participant_role.
6686 6687 6688 |
# File 'sig/types.rbs', line 6686 def participant_role @participant_role end |
#redaction ⇒ Types::RealTimeContactAnalysisTranscriptItemRedaction
Returns the value of attribute redaction.
6691 6692 6693 |
# File 'sig/types.rbs', line 6691 def redaction @redaction end |
#sentiment ⇒ "POSITIVE", ...
Returns the value of attribute sentiment.
6692 6693 6694 |
# File 'sig/types.rbs', line 6692 def sentiment @sentiment end |
#time ⇒ Types::RealTimeContactAnalysisTimeData
Returns the value of attribute time.
6690 6691 6692 |
# File 'sig/types.rbs', line 6690 def time @time end |