Uses of Class
software.amazon.awssdk.services.lexruntimev2.model.ConfidenceScore
-
Packages that use ConfidenceScore Package Description software.amazon.awssdk.services.lexruntimev2.model -
-
Uses of ConfidenceScore in software.amazon.awssdk.services.lexruntimev2.model
Methods in software.amazon.awssdk.services.lexruntimev2.model that return ConfidenceScore Modifier and Type Method Description ConfidenceScoreInterpretation. nluConfidence()Determines the threshold where Amazon Lex V2 will insert theAMAZON.FallbackIntent,AMAZON.KendraSearchIntent, or both when returning alternative intents in a response.Methods in software.amazon.awssdk.services.lexruntimev2.model with parameters of type ConfidenceScore Modifier and Type Method Description Interpretation.BuilderInterpretation.Builder. nluConfidence(ConfidenceScore nluConfidence)Determines the threshold where Amazon Lex V2 will insert theAMAZON.FallbackIntent,AMAZON.KendraSearchIntent, or both when returning alternative intents in a response.
-