Class: Aws::Connect::Types::Transcript
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::Transcript
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
A structure that defines search criteria and matching logic to search for contacts by matching text with transcripts analyzed by Amazon Connect Contact Lens.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#criteria ⇒ Array<Types::TranscriptCriteria>
The list of search criteria based on Contact Lens conversational analytics transcript.
-
#match_type ⇒ String
The match type combining search criteria using multiple transcript criteria.
Instance Attribute Details
#criteria ⇒ Array<Types::TranscriptCriteria>
The list of search criteria based on Contact Lens conversational analytics transcript.
23435 23436 23437 23438 23439 23440 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23435 class Transcript < Struct.new( :criteria, :match_type) SENSITIVE = [] include Aws::Structure end |
#match_type ⇒ String
The match type combining search criteria using multiple transcript criteria.
23435 23436 23437 23438 23439 23440 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23435 class Transcript < Struct.new( :criteria, :match_type) SENSITIVE = [] include Aws::Structure end |