Class: Aws::Connect::Types::ContactAnalysis
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContactAnalysis
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
A structure that defines search criteria for contacts using analysis outputs from Amazon Connect Contact Lens.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transcript ⇒ Types::Transcript
Search criteria based on transcript analyzed by Amazon Connect Contact Lens.
Instance Attribute Details
#transcript ⇒ Types::Transcript
Search criteria based on transcript analyzed by Amazon Connect Contact Lens.
2385 2386 2387 2388 2389 |
# File 'lib/aws-sdk-connect/types.rb', line 2385 class ContactAnalysis < Struct.new( :transcript) SENSITIVE = [] include Aws::Structure end |