Class: Aws::ConnectContactLens::Types::RealtimeContactAnalysisSegment
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectContactLens::Types::RealtimeContactAnalysisSegment
- 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
-
#categories ⇒ Types::Categories
The matched category rules.
-
#extracted_information ⇒ Types::ExtractedInformation
The extracted information from the conversation.
-
#post_contact_summary ⇒ Types::PostContactSummary
Information about the post-contact summary.
-
#transcript ⇒ Types::Transcript
The analyzed transcript.
Instance Attribute Details
#categories ⇒ Types::Categories
The matched category rules.
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_information ⇒ Types::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_summary ⇒ Types::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 |
#transcript ⇒ Types::Transcript
The analyzed transcript.
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 |