Interface SentimentAnalysisSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SentimentAnalysisSettings.Builder,SentimentAnalysisSettings>,SdkBuilder<SentimentAnalysisSettings.Builder,SentimentAnalysisSettings>,SdkPojo
- Enclosing class:
- SentimentAnalysisSettings
public static interface SentimentAnalysisSettings.Builder extends SdkPojo, CopyableBuilder<SentimentAnalysisSettings.Builder,SentimentAnalysisSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SentimentAnalysisSettings.BuilderdetectSentiment(Boolean detectSentiment)Sets whether Amazon Lex uses Amazon Comprehend to detect the sentiment of user utterances.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
detectSentiment
SentimentAnalysisSettings.Builder detectSentiment(Boolean detectSentiment)
Sets whether Amazon Lex uses Amazon Comprehend to detect the sentiment of user utterances.
- Parameters:
detectSentiment- Sets whether Amazon Lex uses Amazon Comprehend to detect the sentiment of user utterances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-