Values.SentimentResponseSourceThe sentiment expressed in an utterance. When the bot is configured to send utterances to Amazon Comprehend for sentiment analysis, this field structure contains the result of the analysis.
type nonrec t = {sentimentLabel : SentimentLabel.t option;The inferred sentiment that Amazon Comprehend has the highest confidence in.
*)sentimentScore : SentimentScore.t option;The likelihood that the sentiment was correctly inferred.
*)}