| Package | Description |
|---|---|
| com.amazonaws.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
SentimentResponse |
SentimentResponse.clone() |
SentimentResponse |
PostTextResult.getSentimentResponse()
The sentiment expressed in and utterance.
|
SentimentResponse |
SentimentResponse.withSentimentLabel(String sentimentLabel)
The inferred sentiment that Amazon Comprehend has the highest confidence in.
|
SentimentResponse |
SentimentResponse.withSentimentScore(String sentimentScore)
The likelihood that the sentiment was correctly inferred.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PostTextResult.setSentimentResponse(SentimentResponse sentimentResponse)
The sentiment expressed in and utterance.
|
PostTextResult |
PostTextResult.withSentimentResponse(SentimentResponse sentimentResponse)
The sentiment expressed in and utterance.
|
Copyright © 2023. All rights reserved.