Class: Aws::LexModelsV2::Types::TranscriptFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#lex_transcript_filterTypes::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.



14048
14049
14050
14051
14052
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14048

class TranscriptFilter < Struct.new(
  :lex_transcript_filter)
  SENSITIVE = []
  include Aws::Structure
end