Class: Aws::Types::RealTimeContactAnalysisExtractedInformationValue
- Inherits:
-
Object
- Object
- Aws::Types::RealTimeContactAnalysisExtractedInformationValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#points_of_interest ⇒ ::Array[Types::RealTimeContactAnalysisTranscriptItemWithCharacterOffsets]
Returns the value of attribute points_of_interest.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
6637 6638 6639 |
# File 'sig/types.rbs', line 6637 def content @content end |
#points_of_interest ⇒ ::Array[Types::RealTimeContactAnalysisTranscriptItemWithCharacterOffsets]
Returns the value of attribute points_of_interest.
6638 6639 6640 |
# File 'sig/types.rbs', line 6638 def points_of_interest @points_of_interest end |