@Generated(value="software.amazon.awssdk:codegen") public final class ConfidenceScore extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConfidenceScore.Builder,ConfidenceScore>
Provides a score that indicates the confidence that Amazon Lex V2 has that an intent is the one that satisfies the user's intent.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConfidenceScore.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConfidenceScore.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
score()
A score that indicates how confident Amazon Lex V2 is that an intent satisfies the user's intent.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConfidenceScore.Builder> |
serializableBuilderClass() |
ConfidenceScore.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double score()
A score that indicates how confident Amazon Lex V2 is that an intent satisfies the user's intent. Ranges between 0.00 and 1.00. Higher scores indicate higher confidence.
public ConfidenceScore.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConfidenceScore.Builder,ConfidenceScore>public static ConfidenceScore.Builder builder()
public static Class<? extends ConfidenceScore.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.