Interface ConfidenceScore.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConfidenceScore.Builder,ConfidenceScore>,SdkBuilder<ConfidenceScore.Builder,ConfidenceScore>,SdkPojo
- Enclosing class:
- ConfidenceScore
public static interface ConfidenceScore.Builder extends SdkPojo, CopyableBuilder<ConfidenceScore.Builder,ConfidenceScore>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfidenceScore.Builderscore(Double score)A score that indicates how confident Amazon Lex V2 is that an intent satisfies the user's intent.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
score
ConfidenceScore.Builder score(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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-