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 Details

    • 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.