| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<AnalyticsUtteranceAttributeResult> |
AnalyticsUtteranceResult.attributeResults()
A list of objects containing information about the last used intent at the time of an utterance.
|
| Modifier and Type | Method and Description |
|---|---|
AnalyticsUtteranceResult.Builder |
AnalyticsUtteranceResult.Builder.attributeResults(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 |
|---|---|
AnalyticsUtteranceResult.Builder |
AnalyticsUtteranceResult.Builder.attributeResults(Collection<AnalyticsUtteranceAttributeResult> attributeResults)
A list of objects containing information about the last used intent at the time of an utterance.
|
Copyright © 2023. All rights reserved.