Class: Aws::LexModelsV2::Types::TranscriptFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::TranscriptFilter
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
The object representing the filter that Amazon Lex will use to select the appropriate transcript.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lex_transcript_filter ⇒ Types::LexTranscriptFilter
The object representing the filter that Amazon Lex will use to select the appropriate transcript when the transcript format is the Amazon Lex format.
Instance Attribute Details
#lex_transcript_filter ⇒ Types::LexTranscriptFilter
The object representing the filter that Amazon Lex will use to select the appropriate transcript when the transcript format is the Amazon Lex format.
14121 14122 14123 14124 14125 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14121 class TranscriptFilter < Struct.new( :lex_transcript_filter) SENSITIVE = [] include Aws::Structure end |