Class: Aws::Types::RealTimeContactAnalysisSegmentExtractedInformation
- Inherits:
-
Object
- Object
- Aws::Types::RealTimeContactAnalysisSegmentExtractedInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#extracted_values ⇒ ::Array[Types::RealTimeContactAnalysisExtractedInformationValue]
Returns the value of attribute extracted_values.
-
#extraction_definition_display_label ⇒ ::String
Returns the value of attribute extraction_definition_display_label.
-
#extraction_definition_id ⇒ ::String
Returns the value of attribute extraction_definition_id.
-
#extraction_definition_name ⇒ ::String
Returns the value of attribute extraction_definition_name.
-
#failure_code ⇒ "QUOTA_EXCEEDED", ...
Returns the value of attribute failure_code.
Instance Attribute Details
#extracted_values ⇒ ::Array[Types::RealTimeContactAnalysisExtractedInformationValue]
Returns the value of attribute extracted_values.
6762 6763 6764 |
# File 'sig/types.rbs', line 6762 def extracted_values @extracted_values end |
#extraction_definition_display_label ⇒ ::String
Returns the value of attribute extraction_definition_display_label.
6761 6762 6763 |
# File 'sig/types.rbs', line 6761 def extraction_definition_display_label @extraction_definition_display_label end |
#extraction_definition_id ⇒ ::String
Returns the value of attribute extraction_definition_id.
6759 6760 6761 |
# File 'sig/types.rbs', line 6759 def extraction_definition_id @extraction_definition_id end |
#extraction_definition_name ⇒ ::String
Returns the value of attribute extraction_definition_name.
6760 6761 6762 |
# File 'sig/types.rbs', line 6760 def extraction_definition_name @extraction_definition_name end |
#failure_code ⇒ "QUOTA_EXCEEDED", ...
Returns the value of attribute failure_code.
6763 6764 6765 |
# File 'sig/types.rbs', line 6763 def failure_code @failure_code end |