| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsIntentResult.Builder |
AnalyticsIntentResult.Builder.binKeys(AnalyticsBinKey... binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsIntentResult.Builder |
AnalyticsIntentResult.Builder.binKeys(Collection<AnalyticsBinKey> binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsIntentResult.Builder |
AnalyticsIntentResult.Builder.binKeys(Consumer<AnalyticsBinKey.Builder>... binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
static AnalyticsIntentResult.Builder |
AnalyticsIntentResult.builder() |
AnalyticsIntentResult.Builder |
AnalyticsIntentResult.Builder.groupByKeys(AnalyticsIntentGroupByKey... groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the groups.
|
AnalyticsIntentResult.Builder |
AnalyticsIntentResult.Builder.groupByKeys(Collection<AnalyticsIntentGroupByKey> groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the groups.
|
AnalyticsIntentResult.Builder |
AnalyticsIntentResult.Builder.groupByKeys(Consumer<AnalyticsIntentGroupByKey.Builder>... groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the groups.
|
AnalyticsIntentResult.Builder |
AnalyticsIntentResult.Builder.metricsResults(AnalyticsIntentMetricResult... metricsResults)
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to
return, and the method by which to organize the results.
|
AnalyticsIntentResult.Builder |
AnalyticsIntentResult.Builder.metricsResults(Collection<AnalyticsIntentMetricResult> metricsResults)
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to
return, and the method by which to organize the results.
|
AnalyticsIntentResult.Builder |
AnalyticsIntentResult.Builder.metricsResults(Consumer<AnalyticsIntentMetricResult.Builder>... metricsResults)
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to
return, and the method by which to organize the results.
|
AnalyticsIntentResult.Builder |
AnalyticsIntentResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AnalyticsIntentResult.Builder> |
AnalyticsIntentResult.serializableBuilderClass() |
Copyright © 2023. All rights reserved.