SentimentAnalysisSettingsPropertiesArgs

data class SentimentAnalysisSettingsPropertiesArgs(val detectSentiment: Output<Boolean>) : ConvertibleToJava<SentimentAnalysisSettingsPropertiesArgs>

Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.

Constructors

Link copied to clipboard
constructor(detectSentiment: Output<Boolean>)

Properties

Link copied to clipboard

Enable to call Amazon Comprehend for Sentiment natively within Lex

Functions

Link copied to clipboard
open override fun toJava(): SentimentAnalysisSettingsPropertiesArgs