Uses of Class
software.amazon.awssdk.services.lexruntime.model.SentimentResponse
-
Packages that use SentimentResponse Package Description software.amazon.awssdk.services.lexruntime.model -
-
Uses of SentimentResponse in software.amazon.awssdk.services.lexruntime.model
Methods in software.amazon.awssdk.services.lexruntime.model that return SentimentResponse Modifier and Type Method Description SentimentResponsePostTextResponse. sentimentResponse()The sentiment expressed in and utterance.Methods in software.amazon.awssdk.services.lexruntime.model with parameters of type SentimentResponse Modifier and Type Method Description PostTextResponse.BuilderPostTextResponse.Builder. sentimentResponse(SentimentResponse sentimentResponse)The sentiment expressed in and utterance.
-