Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.AggregatedUtterancesFilter
-
Packages that use AggregatedUtterancesFilter Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of AggregatedUtterancesFilter in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type AggregatedUtterancesFilter Modifier and Type Method Description List<AggregatedUtterancesFilter>ListAggregatedUtterancesRequest. filters()Provides the specification of a filter used to limit the utterances in the response to only those that match the filter specification.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type AggregatedUtterancesFilter Modifier and Type Method Description ListAggregatedUtterancesRequest.BuilderListAggregatedUtterancesRequest.Builder. filters(AggregatedUtterancesFilter... filters)Provides the specification of a filter used to limit the utterances in the response to only those that match the filter specification.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type AggregatedUtterancesFilter Modifier and Type Method Description ListAggregatedUtterancesRequest.BuilderListAggregatedUtterancesRequest.Builder. filters(Collection<AggregatedUtterancesFilter> filters)Provides the specification of a filter used to limit the utterances in the response to only those that match the filter specification.
-