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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnBotAlias.SentimentAnalysisSettingsProperty
static final class
An implementation forCfnBotAlias.SentimentAnalysisSettingsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Sets whether Amazon Lex uses Amazon Comprehend to detect the sentiment of user utterances.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDetectSentiment
Sets whether Amazon Lex uses Amazon Comprehend to detect the sentiment of user utterances. -
builder
-