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