Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.AnalyticsUtteranceGroupBySpecification
-
Packages that use AnalyticsUtteranceGroupBySpecification Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of AnalyticsUtteranceGroupBySpecification in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type AnalyticsUtteranceGroupBySpecification Modifier and Type Method Description List<AnalyticsUtteranceGroupBySpecification>ListUtteranceMetricsRequest. 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 AnalyticsUtteranceGroupBySpecification Modifier and Type Method Description ListUtteranceMetricsRequest.BuilderListUtteranceMetricsRequest.Builder. groupBy(AnalyticsUtteranceGroupBySpecification... 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 AnalyticsUtteranceGroupBySpecification Modifier and Type Method Description ListUtteranceMetricsRequest.BuilderListUtteranceMetricsRequest.Builder. groupBy(Collection<AnalyticsUtteranceGroupBySpecification> groupBy)A list of objects, each of which specifies how to group the results.
-