Class: Aws::Types::TranscriptCriteria

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#match_type"MATCH_ALL", ...

Returns the value of attribute match_type.

Returns:

  • ("MATCH_ALL", "MATCH_ANY", "MATCH_EXACT", "MATCH_NONE")


8220
8221
8222
# File 'sig/types.rbs', line 8220

def match_type
  @match_type
end

#participant_role"AGENT", ...

Returns the value of attribute participant_role.

Returns:

  • ("AGENT", "CUSTOMER", "SYSTEM", "CUSTOM_BOT", "SUPERVISOR")


8218
8219
8220
# File 'sig/types.rbs', line 8218

def participant_role
  @participant_role
end

#search_text::Array[::String]

Returns the value of attribute search_text.

Returns:

  • (::Array[::String])


8219
8220
8221
# File 'sig/types.rbs', line 8219

def search_text
  @search_text
end