Uses of Interface
software.amazon.awssdk.services.lexruntime.model.SentimentResponse.Builder
-
Packages that use SentimentResponse.Builder Package Description software.amazon.awssdk.services.lexruntime.model -
-
Uses of SentimentResponse.Builder in software.amazon.awssdk.services.lexruntime.model
Methods in software.amazon.awssdk.services.lexruntime.model that return SentimentResponse.Builder Modifier and Type Method Description static SentimentResponse.BuilderSentimentResponse. builder()SentimentResponse.BuilderSentimentResponse.Builder. sentimentLabel(String sentimentLabel)The inferred sentiment that Amazon Comprehend has the highest confidence in.SentimentResponse.BuilderSentimentResponse.Builder. sentimentScore(String sentimentScore)The likelihood that the sentiment was correctly inferred.SentimentResponse.BuilderSentimentResponse. toBuilder()Methods in software.amazon.awssdk.services.lexruntime.model that return types with arguments of type SentimentResponse.Builder Modifier and Type Method Description static Class<? extends SentimentResponse.Builder>SentimentResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexruntime.model with type arguments of type SentimentResponse.Builder Modifier and Type Method Description default PostTextResponse.BuilderPostTextResponse.Builder. sentimentResponse(Consumer<SentimentResponse.Builder> sentimentResponse)The sentiment expressed in and utterance.
-