Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.LexTranscriptFilter
-
Packages that use LexTranscriptFilter Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of LexTranscriptFilter in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return LexTranscriptFilter Modifier and Type Method Description LexTranscriptFilterTranscriptFilter. 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.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type LexTranscriptFilter Modifier and Type Method Description 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.
-