Class: Aws::LexModelsV2::Types::SentimentAnalysisSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detect_sentimentBoolean

Sets whether Amazon Lex uses Amazon Comprehend to detect the sentiment of user utterances.

Returns:

  • (Boolean)


12035
12036
12037
12038
12039
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12035

class SentimentAnalysisSettings < Struct.new(
  :detect_sentiment)
  SENSITIVE = []
  include Aws::Structure
end