Uses of Class
software.amazon.awssdk.services.lexruntime.model.IntentConfidence
-
Packages that use IntentConfidence Package Description software.amazon.awssdk.services.lexruntime.model -
-
Uses of IntentConfidence in software.amazon.awssdk.services.lexruntime.model
Methods in software.amazon.awssdk.services.lexruntime.model that return IntentConfidence Modifier and Type Method Description IntentConfidencePostTextResponse. nluIntentConfidence()Provides a score that indicates how confident Amazon Lex is that the returned intent is the one that matches the user's intent.IntentConfidencePredictedIntent. nluIntentConfidence()Indicates how confident Amazon Lex is that an intent satisfies the user's intent.Methods in software.amazon.awssdk.services.lexruntime.model with parameters of type IntentConfidence Modifier and Type Method Description PostTextResponse.BuilderPostTextResponse.Builder. nluIntentConfidence(IntentConfidence nluIntentConfidence)Provides a score that indicates how confident Amazon Lex is that the returned intent is the one that matches the user's intent.PredictedIntent.BuilderPredictedIntent.Builder. nluIntentConfidence(IntentConfidence nluIntentConfidence)Indicates how confident Amazon Lex is that an intent satisfies the user's intent.
-