Class: Aws::Connect::Types::TranscriptCriteria

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

A structure that defines search criteria base on words or phrases, participants in the Contact Lens conversational analytics transcript.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#match_typeString

The match type combining search criteria using multiple search texts in a transcript criteria.

Returns:

  • (String)


19157
19158
19159
19160
19161
19162
19163
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19157

class TranscriptCriteria < Struct.new(
  :participant_role,
  :search_text,
  :match_type)
  SENSITIVE = []
  include Aws::Structure
end

#participant_roleString

The participant role in a transcript

Returns:

  • (String)


19157
19158
19159
19160
19161
19162
19163
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19157

class TranscriptCriteria < Struct.new(
  :participant_role,
  :search_text,
  :match_type)
  SENSITIVE = []
  include Aws::Structure
end

#search_textArray<String>

The words or phrases used to search within a transcript.

Returns:

  • (Array<String>)


19157
19158
19159
19160
19161
19162
19163
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19157

class TranscriptCriteria < Struct.new(
  :participant_role,
  :search_text,
  :match_type)
  SENSITIVE = []
  include Aws::Structure
end