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