Class: Aws::LexModelsV2::Types::SentimentAnalysisSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::SentimentAnalysisSettings
- Includes:
- Structure
- Defined in:
- 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
-
#detect_sentiment ⇒ Boolean
Sets whether Amazon Lex uses Amazon Comprehend to detect the sentiment of user utterances.
Instance Attribute Details
#detect_sentiment ⇒ Boolean
Sets whether Amazon Lex uses Amazon Comprehend to detect the sentiment of user utterances.
12194 12195 12196 12197 12198 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12194 class SentimentAnalysisSettings < Struct.new( :detect_sentiment) SENSITIVE = [] include Aws::Structure end |