public static interface IntentConfidence.Builder extends SdkPojo, CopyableBuilder<IntentConfidence.Builder,IntentConfidence>
| Modifier and Type | Method and Description |
|---|---|
IntentConfidence.Builder |
score(Double score)
A score that indicates how confident Amazon Lex is that an intent satisfies the user's intent.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIntentConfidence.Builder score(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.
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.Copyright © 2023. All rights reserved.