SentimentResponse

The 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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The inferred sentiment that Amazon Comprehend has the highest confidence in.

Link copied to clipboard

The likelihood that the sentiment was correctly inferred.

Functions

Link copied to clipboard
inline fun copy(block: SentimentResponse.Builder.() -> Unit = {}): SentimentResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String