Uses of Interface
software.amazon.awssdk.services.lexruntimev2.model.SentimentResponse.Builder
-
Packages that use SentimentResponse.Builder Package Description software.amazon.awssdk.services.lexruntimev2.model -
-
Uses of SentimentResponse.Builder in software.amazon.awssdk.services.lexruntimev2.model
Methods in software.amazon.awssdk.services.lexruntimev2.model that return SentimentResponse.Builder Modifier and Type Method Description static SentimentResponse.BuilderSentimentResponse. builder()SentimentResponse.BuilderSentimentResponse.Builder. sentiment(String sentiment)The overall sentiment expressed in the user's response.SentimentResponse.BuilderSentimentResponse.Builder. sentiment(SentimentType sentiment)The overall sentiment expressed in the user's response.default SentimentResponse.BuilderSentimentResponse.Builder. sentimentScore(Consumer<SentimentScore.Builder> sentimentScore)Sets the value of the SentimentScore property for this object.SentimentResponse.BuilderSentimentResponse.Builder. sentimentScore(SentimentScore sentimentScore)Sets the value of the SentimentScore property for this object.SentimentResponse.BuilderSentimentResponse. toBuilder()Methods in software.amazon.awssdk.services.lexruntimev2.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.lexruntimev2.model with type arguments of type SentimentResponse.Builder Modifier and Type Method Description default Interpretation.BuilderInterpretation.Builder. sentimentResponse(Consumer<SentimentResponse.Builder> sentimentResponse)The sentiment expressed in an utterance.
-