Interface CfnBotAlias.SentimentAnalysisSettingsProperty

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

@Stability(Stable) public static interface CfnBotAlias.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: