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
Modifier and TypeMethodDescriptionA 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, sdkFields
-
Method Details
-
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.
-