Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.AnalyticsIntentGroupBySpecification
-
Packages that use AnalyticsIntentGroupBySpecification Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of AnalyticsIntentGroupBySpecification in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type AnalyticsIntentGroupBySpecification Modifier and Type Method Description List<AnalyticsIntentGroupBySpecification>ListIntentMetricsRequest. groupBy()A list of objects, each of which specifies how to group the results.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type AnalyticsIntentGroupBySpecification Modifier and Type Method Description ListIntentMetricsRequest.BuilderListIntentMetricsRequest.Builder. groupBy(AnalyticsIntentGroupBySpecification... groupBy)A list of objects, each of which specifies how to group the results.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type AnalyticsIntentGroupBySpecification Modifier and Type Method Description ListIntentMetricsRequest.BuilderListIntentMetricsRequest.Builder. groupBy(Collection<AnalyticsIntentGroupBySpecification> groupBy)A list of objects, each of which specifies how to group the results.
-