| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsIntentResult |
AnalyticsIntentResult.clone() |
AnalyticsIntentResult |
AnalyticsIntentResult.withBinKeys(AnalyticsBinKey... binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsIntentResult |
AnalyticsIntentResult.withBinKeys(Collection<AnalyticsBinKey> binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsIntentResult |
AnalyticsIntentResult.withGroupByKeys(AnalyticsIntentGroupByKey... groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the groups.
|
AnalyticsIntentResult |
AnalyticsIntentResult.withGroupByKeys(Collection<AnalyticsIntentGroupByKey> groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the groups.
|
AnalyticsIntentResult |
AnalyticsIntentResult.withMetricsResults(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 |
AnalyticsIntentResult.withMetricsResults(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.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnalyticsIntentResult> |
ListIntentMetricsResult.getResults()
The results for the intent metrics.
|
| Modifier and Type | Method and Description |
|---|---|
ListIntentMetricsResult |
ListIntentMetricsResult.withResults(AnalyticsIntentResult... results)
The results for the intent metrics.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIntentMetricsResult.setResults(Collection<AnalyticsIntentResult> results)
The results for the intent metrics.
|
ListIntentMetricsResult |
ListIntentMetricsResult.withResults(Collection<AnalyticsIntentResult> results)
The results for the intent metrics.
|
Copyright © 2025. All rights reserved.