Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.AnalyticsUtteranceAttribute
-
Packages that use AnalyticsUtteranceAttribute Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of AnalyticsUtteranceAttribute in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type AnalyticsUtteranceAttribute Modifier and Type Method Description List<AnalyticsUtteranceAttribute>ListUtteranceMetricsRequest. attributes()A list containing attributes related to the utterance that you want the response to return.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type AnalyticsUtteranceAttribute Modifier and Type Method Description ListUtteranceMetricsRequest.BuilderListUtteranceMetricsRequest.Builder. attributes(AnalyticsUtteranceAttribute... attributes)A list containing attributes related to the utterance that you want the response to return.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type AnalyticsUtteranceAttribute Modifier and Type Method Description ListUtteranceMetricsRequest.BuilderListUtteranceMetricsRequest.Builder. attributes(Collection<AnalyticsUtteranceAttribute> attributes)A list containing attributes related to the utterance that you want the response to return.
-