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