| Package | Description |
|---|---|
| com.amazonaws.services.lexruntimev2.model |
| Modifier and Type | Method and Description |
|---|---|
SentimentResponse |
SentimentResponse.clone() |
SentimentResponse |
Interpretation.getSentimentResponse()
The sentiment expressed in an utterance.
|
SentimentResponse |
SentimentResponse.withSentiment(SentimentType sentiment)
The overall sentiment expressed in the user's response.
|
SentimentResponse |
SentimentResponse.withSentiment(String sentiment)
The overall sentiment expressed in the user's response.
|
SentimentResponse |
SentimentResponse.withSentimentScore(SentimentScore sentimentScore) |
| Modifier and Type | Method and Description |
|---|---|
void |
Interpretation.setSentimentResponse(SentimentResponse sentimentResponse)
The sentiment expressed in an utterance.
|
Interpretation |
Interpretation.withSentimentResponse(SentimentResponse sentimentResponse)
The sentiment expressed in an utterance.
|
Copyright © 2022. All rights reserved.