Class: Aws::ConnectContactLens::Types::RealtimeContactAnalysisSegment

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connectcontactlens/types.rb

Overview

An analyzed segment for a real-time analysis session.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categoriesTypes::Categories

The matched category rules.

Returns:



340
341
342
343
344
345
346
347
# File 'lib/aws-sdk-connectcontactlens/types.rb', line 340

class RealtimeContactAnalysisSegment < Struct.new(
  :transcript,
  :categories,
  :post_contact_summary,
  :extracted_information)
  SENSITIVE = []
  include Aws::Structure
end

#extracted_informationTypes::ExtractedInformation

The extracted information from the conversation.



340
341
342
343
344
345
346
347
# File 'lib/aws-sdk-connectcontactlens/types.rb', line 340

class RealtimeContactAnalysisSegment < Struct.new(
  :transcript,
  :categories,
  :post_contact_summary,
  :extracted_information)
  SENSITIVE = []
  include Aws::Structure
end

#post_contact_summaryTypes::PostContactSummary

Information about the post-contact summary.



340
341
342
343
344
345
346
347
# File 'lib/aws-sdk-connectcontactlens/types.rb', line 340

class RealtimeContactAnalysisSegment < Struct.new(
  :transcript,
  :categories,
  :post_contact_summary,
  :extracted_information)
  SENSITIVE = []
  include Aws::Structure
end

#transcriptTypes::Transcript

The analyzed transcript.

Returns:



340
341
342
343
344
345
346
347
# File 'lib/aws-sdk-connectcontactlens/types.rb', line 340

class RealtimeContactAnalysisSegment < Struct.new(
  :transcript,
  :categories,
  :post_contact_summary,
  :extracted_information)
  SENSITIVE = []
  include Aws::Structure
end