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.
6622 6623 6624 |
# File 'sig/types.rbs', line 6622 def character_offsets @character_offsets end |
#content ⇒ ::String
Returns the value of attribute content.
6620 6621 6622 |
# File 'sig/types.rbs', line 6620 def content @content end |
#id ⇒ ::String
Returns the value of attribute id.
6621 6622 6623 |
# File 'sig/types.rbs', line 6621 def id @id end |