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