Interface CfnBot.SentimentAnalysisSettingsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnBot.SentimentAnalysisSettingsProperty.Jsii$Proxy
Enclosing class:
CfnBot

@Stability(Stable) public static interface CfnBot.SentimentAnalysisSettingsProperty extends software.amazon.jsii.JsiiSerializable
Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.lex.*;
 SentimentAnalysisSettingsProperty sentimentAnalysisSettingsProperty = SentimentAnalysisSettingsProperty.builder()
         .detectSentiment(false)
         .build();
 

See Also: