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