Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.TranscriptFilter.Builder
-
Packages that use TranscriptFilter.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of TranscriptFilter.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return TranscriptFilter.Builder Modifier and Type Method Description static TranscriptFilter.BuilderTranscriptFilter. builder()default TranscriptFilter.BuilderTranscriptFilter.Builder. lexTranscriptFilter(Consumer<LexTranscriptFilter.Builder> 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.TranscriptFilter.BuilderTranscriptFilter.Builder. lexTranscriptFilter(LexTranscriptFilter 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.TranscriptFilter.BuilderTranscriptFilter. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type TranscriptFilter.Builder Modifier and Type Method Description static Class<? extends TranscriptFilter.Builder>TranscriptFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type TranscriptFilter.Builder Modifier and Type Method Description default S3BucketTranscriptSource.BuilderS3BucketTranscriptSource.Builder. transcriptFilter(Consumer<TranscriptFilter.Builder> transcriptFilter)The object that contains the filter which will be applied when Amazon Lex reads through the Amazon S3 bucket.
-