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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBot.SentimentAnalysisSettingsPropertystatic final classAn implementation forCfnBot.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.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-