Class: Aws::LexModelsV2::Types::SentimentAnalysisSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::SentimentAnalysisSettings
- 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
-
#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.
12108 12109 12110 12111 12112 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12108 class SentimentAnalysisSettings < Struct.new( :detect_sentiment) SENSITIVE = [] include Aws::Structure end |