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