sentimentResponse property

SentimentResponse? sentimentResponse
final

The sentiment expressed in and utterance.

When the bot is configured to send utterances to Amazon Comprehend for sentiment analysis, this field contains the result of the analysis.

Implementation

final SentimentResponse? sentimentResponse;