Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.AnalyticsSessionGroupByKey
-
Packages that use AnalyticsSessionGroupByKey Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of AnalyticsSessionGroupByKey in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type AnalyticsSessionGroupByKey Modifier and Type Method Description List<AnalyticsSessionGroupByKey>AnalyticsSessionResult. groupByKeys()A list of objects containing the criteria you requested for grouping results and the values of the bins.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type AnalyticsSessionGroupByKey Modifier and Type Method Description AnalyticsSessionResult.BuilderAnalyticsSessionResult.Builder. groupByKeys(AnalyticsSessionGroupByKey... groupByKeys)A list of objects containing the criteria you requested for grouping results and the values of the bins.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type AnalyticsSessionGroupByKey Modifier and Type Method Description AnalyticsSessionResult.BuilderAnalyticsSessionResult.Builder. groupByKeys(Collection<AnalyticsSessionGroupByKey> groupByKeys)A list of objects containing the criteria you requested for grouping results and the values of the bins.
-