| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
static SentimentResponse.Builder |
SentimentResponse.builder() |
SentimentResponse.Builder |
SentimentResponse.Builder.sentimentLabel(String sentimentLabel)
The inferred sentiment that Amazon Comprehend has the highest confidence in.
|
SentimentResponse.Builder |
SentimentResponse.Builder.sentimentScore(String sentimentScore)
The likelihood that the sentiment was correctly inferred.
|
SentimentResponse.Builder |
SentimentResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SentimentResponse.Builder> |
SentimentResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PostTextResponse.Builder |
PostTextResponse.Builder.sentimentResponse(Consumer<SentimentResponse.Builder> sentimentResponse)
The sentiment expressed in and utterance.
|
Copyright © 2023. All rights reserved.