Uses of Interface
software.amazon.awssdk.services.lexruntimev2.model.ConfidenceScore.Builder
-
Packages that use ConfidenceScore.Builder Package Description software.amazon.awssdk.services.lexruntimev2.model -
-
Uses of ConfidenceScore.Builder in software.amazon.awssdk.services.lexruntimev2.model
Methods in software.amazon.awssdk.services.lexruntimev2.model that return ConfidenceScore.Builder Modifier and Type Method Description static ConfidenceScore.BuilderConfidenceScore. builder()ConfidenceScore.BuilderConfidenceScore.Builder. score(Double score)A score that indicates how confident Amazon Lex V2 is that an intent satisfies the user's intent.ConfidenceScore.BuilderConfidenceScore. toBuilder()Methods in software.amazon.awssdk.services.lexruntimev2.model that return types with arguments of type ConfidenceScore.Builder Modifier and Type Method Description static Class<? extends ConfidenceScore.Builder>ConfidenceScore. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexruntimev2.model with type arguments of type ConfidenceScore.Builder Modifier and Type Method Description default Interpretation.BuilderInterpretation.Builder. nluConfidence(Consumer<ConfidenceScore.Builder> nluConfidence)Determines the threshold where Amazon Lex V2 will insert theAMAZON.FallbackIntent,AMAZON.KendraSearchIntent, or both when returning alternative intents in a response.
-