Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.AnalyticsUtteranceAttributeResult
-
Packages that use AnalyticsUtteranceAttributeResult Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of AnalyticsUtteranceAttributeResult in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type AnalyticsUtteranceAttributeResult Modifier and Type Method Description List<AnalyticsUtteranceAttributeResult>AnalyticsUtteranceResult. attributeResults()A list of objects containing information about the last used intent at the time of an utterance.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type AnalyticsUtteranceAttributeResult Modifier and Type Method Description AnalyticsUtteranceResult.BuilderAnalyticsUtteranceResult.Builder. attributeResults(AnalyticsUtteranceAttributeResult... attributeResults)A list of objects containing information about the last used intent at the time of an utterance.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type AnalyticsUtteranceAttributeResult Modifier and Type Method Description AnalyticsUtteranceResult.BuilderAnalyticsUtteranceResult.Builder. attributeResults(Collection<AnalyticsUtteranceAttributeResult> attributeResults)A list of objects containing information about the last used intent at the time of an utterance.
-