@Generated(value="software.amazon.awssdk:codegen") public final class IntentConfidence extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IntentConfidence.Builder,IntentConfidence>
Provides a score that indicates the confidence that Amazon Lex has that an intent is the one that satisfies the user's intent.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IntentConfidence.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IntentConfidence.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 is that an intent satisfies the user's intent.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IntentConfidence.Builder> |
serializableBuilderClass() |
IntentConfidence.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 is that an intent satisfies the user's intent. Ranges between 0.00 and 1.00. Higher scores indicate higher confidence.
public IntentConfidence.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IntentConfidence.Builder,IntentConfidence>public static IntentConfidence.Builder builder()
public static Class<? extends IntentConfidence.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.