Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.AnalyticsIntentFilter
-
Packages that use AnalyticsIntentFilter Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of AnalyticsIntentFilter in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type AnalyticsIntentFilter Modifier and Type Method Description List<AnalyticsIntentFilter>ListIntentMetricsRequest. filters()A list of objects, each of which describes a condition by which you want to filter the results.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type AnalyticsIntentFilter Modifier and Type Method Description ListIntentMetricsRequest.BuilderListIntentMetricsRequest.Builder. filters(AnalyticsIntentFilter... filters)A list of objects, each of which describes a condition by which you want to filter the results.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type AnalyticsIntentFilter Modifier and Type Method Description ListIntentMetricsRequest.BuilderListIntentMetricsRequest.Builder. filters(Collection<AnalyticsIntentFilter> filters)A list of objects, each of which describes a condition by which you want to filter the results.
-