Class: Aws::LexModelsV2::Types::AssociatedTranscriptFilter

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

Overview

Filters to search for the associated transcript.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the field to use for filtering. The allowed names are IntentId and SlotTypeId.

Returns:

  • (String)


1508
1509
1510
1511
1512
1513
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1508

class AssociatedTranscriptFilter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

The values to use to filter the transcript.

Returns:

  • (Array<String>)


1508
1509
1510
1511
1512
1513
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1508

class AssociatedTranscriptFilter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end