Class SentimentResponse
- java.lang.Object
-
- software.amazon.awssdk.services.lexruntime.model.SentimentResponse
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SentimentResponse.Builder,SentimentResponse>
@Generated("software.amazon.awssdk:codegen") public final class SentimentResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SentimentResponse.Builder,SentimentResponse>
The sentiment expressed in an utterance.
When the bot is configured to send utterances to Amazon Comprehend for sentiment analysis, this field structure contains the result of the analysis.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSentimentResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SentimentResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()StringsentimentLabel()The inferred sentiment that Amazon Comprehend has the highest confidence in.StringsentimentScore()The likelihood that the sentiment was correctly inferred.static Class<? extends SentimentResponse.Builder>serializableBuilderClass()SentimentResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
sentimentLabel
public final String sentimentLabel()
The inferred sentiment that Amazon Comprehend has the highest confidence in.
- Returns:
- The inferred sentiment that Amazon Comprehend has the highest confidence in.
-
sentimentScore
public final String sentimentScore()
The likelihood that the sentiment was correctly inferred.
- Returns:
- The likelihood that the sentiment was correctly inferred.
-
toBuilder
public SentimentResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SentimentResponse.Builder,SentimentResponse>
-
builder
public static SentimentResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends SentimentResponse.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-