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