| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
static SentimentResponse.Builder |
SentimentResponse.builder() |
SentimentResponse.Builder |
SentimentResponse.Builder.sentiment(SentimentType sentiment)
The overall sentiment expressed in the user's response.
|
SentimentResponse.Builder |
SentimentResponse.Builder.sentiment(String sentiment)
The overall sentiment expressed in the user's response.
|
default SentimentResponse.Builder |
SentimentResponse.Builder.sentimentScore(Consumer<SentimentScore.Builder> sentimentScore)
Sets the value of the SentimentScore property for this object.
|
SentimentResponse.Builder |
SentimentResponse.Builder.sentimentScore(SentimentScore sentimentScore)
Sets the value of the SentimentScore property for this object.
|
SentimentResponse.Builder |
SentimentResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SentimentResponse.Builder> |
SentimentResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Interpretation.Builder |
Interpretation.Builder.sentimentResponse(Consumer<SentimentResponse.Builder> sentimentResponse)
The sentiment expressed in an utterance.
|
Copyright © 2021. All rights reserved.