Class: Aws::Connect::Types::Transcript

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#criteriaArray<Types::TranscriptCriteria>

The list of search criteria based on Contact Lens conversational analytics transcript.

Returns:



18598
18599
18600
18601
18602
18603
# File 'lib/aws-sdk-connect/types.rb', line 18598

class Transcript < Struct.new(
  :criteria,
  :match_type)
  SENSITIVE = []
  include Aws::Structure
end

#match_typeString

The match type combining search criteria using multiple transcript criteria.

Returns:

  • (String)


18598
18599
18600
18601
18602
18603
# File 'lib/aws-sdk-connect/types.rb', line 18598

class Transcript < Struct.new(
  :criteria,
  :match_type)
  SENSITIVE = []
  include Aws::Structure
end