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