Class: Aws::Types::RealTimeContactAnalysisSegmentExtractedInformation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#extracted_values::Array[Types::RealTimeContactAnalysisExtractedInformationValue]

Returns the value of attribute extracted_values.



6692
6693
6694
# File 'sig/types.rbs', line 6692

def extracted_values
  @extracted_values
end

#extraction_definition_display_label::String

Returns the value of attribute extraction_definition_display_label.

Returns:

  • (::String)


6691
6692
6693
# File 'sig/types.rbs', line 6691

def extraction_definition_display_label
  @extraction_definition_display_label
end

#extraction_definition_id::String

Returns the value of attribute extraction_definition_id.

Returns:

  • (::String)


6689
6690
6691
# File 'sig/types.rbs', line 6689

def extraction_definition_id
  @extraction_definition_id
end

#extraction_definition_name::String

Returns the value of attribute extraction_definition_name.

Returns:

  • (::String)


6690
6691
6692
# File 'sig/types.rbs', line 6690

def extraction_definition_name
  @extraction_definition_name
end

#failure_code"QUOTA_EXCEEDED", ...

Returns the value of attribute failure_code.

Returns:

  • ("QUOTA_EXCEEDED", "INSUFFICIENT_CONVERSATION_CONTENT", "FAILED_SAFETY_GUIDELINES", "INTERNAL_ERROR", "MAX_PACKAGE_FEATURE_ONLY")


6693
6694
6695
# File 'sig/types.rbs', line 6693

def failure_code
  @failure_code
end