| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsIntentStageMetricResult |
AnalyticsIntentStageMetricResult.clone() |
AnalyticsIntentStageMetricResult |
AnalyticsIntentStageMetricResult.withName(AnalyticsIntentStageMetricName name)
The metric that you requested.
|
AnalyticsIntentStageMetricResult |
AnalyticsIntentStageMetricResult.withName(String name)
The metric that you requested.
|
AnalyticsIntentStageMetricResult |
AnalyticsIntentStageMetricResult.withStatistic(AnalyticsMetricStatistic statistic)
The summary statistic that you requested to calculate.
|
AnalyticsIntentStageMetricResult |
AnalyticsIntentStageMetricResult.withStatistic(String statistic)
The summary statistic that you requested to calculate.
|
AnalyticsIntentStageMetricResult |
AnalyticsIntentStageMetricResult.withValue(Double value)
The value of the summary statistic for the metric that you requested.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnalyticsIntentStageMetricResult> |
AnalyticsIntentStageResult.getMetricsResults()
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 |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyticsIntentStageResult.setMetricsResults(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.
|
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.
|
Copyright © 2023. All rights reserved.