@Generated(value="software.amazon.awssdk:codegen") public final class SentimentAnalysisSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SentimentAnalysisSettings.Builder,SentimentAnalysisSettings>
Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SentimentAnalysisSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SentimentAnalysisSettings.Builder |
builder() |
Boolean |
detectSentiment()
Sets whether Amazon Lex uses Amazon Comprehend to detect the sentiment of user utterances.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SentimentAnalysisSettings.Builder> |
serializableBuilderClass() |
SentimentAnalysisSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean detectSentiment()
Sets whether Amazon Lex uses Amazon Comprehend to detect the sentiment of user utterances.
public SentimentAnalysisSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SentimentAnalysisSettings.Builder,SentimentAnalysisSettings>public static SentimentAnalysisSettings.Builder builder()
public static Class<? extends SentimentAnalysisSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.