Class: Aws::LexModelsV2::Types::AssociatedTranscriptFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::AssociatedTranscriptFilter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Filters to search for the associated transcript.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the field to use for filtering.
-
#values ⇒ Array<String>
The values to use to filter the transcript.
Instance Attribute Details
#name ⇒ String
The name of the field to use for filtering. The allowed names are IntentId and SlotTypeId.
1508 1509 1510 1511 1512 1513 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1508 class AssociatedTranscriptFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The values to use to filter the transcript.
1508 1509 1510 1511 1512 1513 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1508 class AssociatedTranscriptFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |