| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsUtteranceResult |
AnalyticsUtteranceResult.clone() |
AnalyticsUtteranceResult |
AnalyticsUtteranceResult.withAttributeResults(AnalyticsUtteranceAttributeResult... attributeResults)
A list of objects containing information about the last used intent at the time of an utterance.
|
AnalyticsUtteranceResult |
AnalyticsUtteranceResult.withAttributeResults(Collection<AnalyticsUtteranceAttributeResult> attributeResults)
A list of objects containing information about the last used intent at the time of an utterance.
|
AnalyticsUtteranceResult |
AnalyticsUtteranceResult.withBinKeys(AnalyticsBinKey... binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsUtteranceResult |
AnalyticsUtteranceResult.withBinKeys(Collection<AnalyticsBinKey> binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsUtteranceResult |
AnalyticsUtteranceResult.withGroupByKeys(AnalyticsUtteranceGroupByKey... groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the bins.
|
AnalyticsUtteranceResult |
AnalyticsUtteranceResult.withGroupByKeys(Collection<AnalyticsUtteranceGroupByKey> groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the bins.
|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnalyticsUtteranceResult> |
ListUtteranceMetricsResult.getResults()
The results for the utterance metrics.
|
| Modifier and Type | Method and Description |
|---|---|
ListUtteranceMetricsResult |
ListUtteranceMetricsResult.withResults(AnalyticsUtteranceResult... results)
The results for the utterance metrics.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListUtteranceMetricsResult.setResults(Collection<AnalyticsUtteranceResult> results)
The results for the utterance metrics.
|
ListUtteranceMetricsResult |
ListUtteranceMetricsResult.withResults(Collection<AnalyticsUtteranceResult> results)
The results for the utterance metrics.
|
Copyright © 2023. All rights reserved.