Class: Aws::Types::RealTimeContactAnalysisTranscriptItemWithContent
- Inherits:
-
Object
- Object
- Aws::Types::RealTimeContactAnalysisTranscriptItemWithContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#character_offsets ⇒ Types::RealTimeContactAnalysisCharacterInterval
Returns the value of attribute character_offsets.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#character_offsets ⇒ Types::RealTimeContactAnalysisCharacterInterval
Returns the value of attribute character_offsets.
6468 6469 6470 |
# File 'sig/types.rbs', line 6468 def character_offsets @character_offsets end |
#content ⇒ ::String
Returns the value of attribute content.
6466 6467 6468 |
# File 'sig/types.rbs', line 6466 def content @content end |
#id ⇒ ::String
Returns the value of attribute id.
6467 6468 6469 |
# File 'sig/types.rbs', line 6467 def id @id end |