Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.LexTranscriptFilter.Builder
-
Packages that use LexTranscriptFilter.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of LexTranscriptFilter.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return LexTranscriptFilter.Builder Modifier and Type Method Description static LexTranscriptFilter.BuilderLexTranscriptFilter. builder()default LexTranscriptFilter.BuilderLexTranscriptFilter.Builder. dateRangeFilter(Consumer<DateRangeFilter.Builder> dateRangeFilter)The object that contains a date range filter that will be applied to the transcript.LexTranscriptFilter.BuilderLexTranscriptFilter.Builder. dateRangeFilter(DateRangeFilter dateRangeFilter)The object that contains a date range filter that will be applied to the transcript.LexTranscriptFilter.BuilderLexTranscriptFilter. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type LexTranscriptFilter.Builder Modifier and Type Method Description static Class<? extends LexTranscriptFilter.Builder>LexTranscriptFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type LexTranscriptFilter.Builder Modifier and Type Method Description 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.
-