| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsIntentStageMetric |
AnalyticsIntentStageMetric.clone() |
AnalyticsIntentStageMetric |
AnalyticsIntentStageMetric.withName(AnalyticsIntentStageMetricName name)
The metric for which you want to get intent stage summary statistics.
|
AnalyticsIntentStageMetric |
AnalyticsIntentStageMetric.withName(String name)
The metric for which you want to get intent stage summary statistics.
|
AnalyticsIntentStageMetric |
AnalyticsIntentStageMetric.withOrder(AnalyticsSortOrder order)
Specifies whether to sort the results in ascending or descending order of the summary statistic (
value in the response). |
AnalyticsIntentStageMetric |
AnalyticsIntentStageMetric.withOrder(String order)
Specifies whether to sort the results in ascending or descending order of the summary statistic (
value in the response). |
AnalyticsIntentStageMetric |
AnalyticsIntentStageMetric.withStatistic(AnalyticsMetricStatistic statistic)
The summary statistic to calculate.
|
AnalyticsIntentStageMetric |
AnalyticsIntentStageMetric.withStatistic(String statistic)
The summary statistic to calculate.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnalyticsIntentStageMetric> |
ListIntentStageMetricsRequest.getMetrics()
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 |
|---|---|
ListIntentStageMetricsRequest |
ListIntentStageMetricsRequest.withMetrics(AnalyticsIntentStageMetric... metrics)
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 |
ListIntentStageMetricsRequest.setMetrics(Collection<AnalyticsIntentStageMetric> metrics)
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.
|
ListIntentStageMetricsRequest |
ListIntentStageMetricsRequest.withMetrics(Collection<AnalyticsIntentStageMetric> metrics)
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 © 2025. All rights reserved.