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