| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsUtteranceAttributeResult |
AnalyticsUtteranceAttributeResult.clone() |
AnalyticsUtteranceAttributeResult |
AnalyticsUtteranceAttributeResult.withLastUsedIntent(String lastUsedIntent)
The intent that the bot mapped the utterance to.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnalyticsUtteranceAttributeResult> |
AnalyticsUtteranceResult.getAttributeResults()
A list of objects containing information about the last used intent at the time of an utterance.
|
| Modifier and Type | Method and Description |
|---|---|
AnalyticsUtteranceResult |
AnalyticsUtteranceResult.withAttributeResults(AnalyticsUtteranceAttributeResult... attributeResults)
A list of objects containing information about the last used intent at the time of an utterance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyticsUtteranceResult.setAttributeResults(Collection<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.
|
Copyright © 2024. All rights reserved.