Interface IntentConfidence.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IntentConfidence.Builder,IntentConfidence>,SdkBuilder<IntentConfidence.Builder,IntentConfidence>,SdkPojo
- Enclosing class:
- IntentConfidence
public static interface IntentConfidence.Builder extends SdkPojo, CopyableBuilder<IntentConfidence.Builder,IntentConfidence>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntentConfidence.Builderscore(Double score)A score that indicates how confident Amazon Lex 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 Detail
-
score
IntentConfidence.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-