Class: Aws::Connect::Types::RealTimeContactAnalysisSegmentExtractedInformation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Segment containing information extracted from the conversation. Each segment represents the results for a single extraction definition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#extracted_values ⇒ Array<Types::RealTimeContactAnalysisExtractedInformationValue>

The list of values extracted from the conversation for this extraction definition. This field is empty when a FailureCode is present.



29262
29263
29264
29265
29266
29267
29268
29269
29270
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 29262

class RealTimeContactAnalysisSegmentExtractedInformation < Struct.new(
  :extraction_definition_id,
  :extraction_definition_name,
  :extraction_definition_display_label,
  :extracted_values,
  :failure_code)
  SENSITIVE = []
  include Aws::Structure
end

#extraction_definition_display_label ⇒ String

The display label of the extraction definition that produced this result.

Returns:

  • (String)


29262
29263
29264
29265
29266
29267
29268
29269
29270
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 29262

class RealTimeContactAnalysisSegmentExtractedInformation < Struct.new(
  :extraction_definition_id,
  :extraction_definition_name,
  :extraction_definition_display_label,
  :extracted_values,
  :failure_code)
  SENSITIVE = []
  include Aws::Structure
end

#extraction_definition_id ⇒ String

The identifier of the extraction definition that produced this result.

Returns:

  • (String)


29262
29263
29264
29265
29266
29267
29268
29269
29270
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 29262

class RealTimeContactAnalysisSegmentExtractedInformation < Struct.new(
  :extraction_definition_id,
  :extraction_definition_name,
  :extraction_definition_display_label,
  :extracted_values,
  :failure_code)
  SENSITIVE = []
  include Aws::Structure
end

#extraction_definition_name ⇒ String

The name of the extraction definition that produced this result.

Returns:

  • (String)


29262
29263
29264
29265
29266
29267
29268
29269
29270
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 29262

class RealTimeContactAnalysisSegmentExtractedInformation < Struct.new(
  :extraction_definition_id,
  :extraction_definition_name,
  :extraction_definition_display_label,
  :extracted_values,
  :failure_code)
  SENSITIVE = []
  include Aws::Structure
end

#failure_code ⇒ String

If the information failed to be extracted, one of the following failure codes occurs:

  • QUOTA_EXCEEDED: The number of concurrent analytics jobs reached your service quota.

  • INSUFFICIENT_CONVERSATION_CONTENT: Information extraction requires a conversation with at least one turn from each participant.

  • FAILED_SAFETY_GUIDELINES: The extracted information cannot be provided because it failed to meet system safety guidelines.

  • INTERNAL_ERROR: Internal system error.

  • MAX_PACKAGE_FEATURE_ONLY: Information extraction is only available in Amazon Connect Customer instances.

Returns:

  • (String)


29262
29263
29264
29265
29266
29267
29268
29269
29270
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 29262

class RealTimeContactAnalysisSegmentExtractedInformation < Struct.new(
  :extraction_definition_id,
  :extraction_definition_name,
  :extraction_definition_display_label,
  :extracted_values,
  :failure_code)
  SENSITIVE = []
  include Aws::Structure
end