Uses of Interface
software.amazon.awssdk.services.lexruntime.model.IntentConfidence.Builder
-
Packages that use IntentConfidence.Builder Package Description software.amazon.awssdk.services.lexruntime.model -
-
Uses of IntentConfidence.Builder in software.amazon.awssdk.services.lexruntime.model
Methods in software.amazon.awssdk.services.lexruntime.model that return IntentConfidence.Builder Modifier and Type Method Description static IntentConfidence.BuilderIntentConfidence. builder()IntentConfidence.BuilderIntentConfidence.Builder. score(Double score)A score that indicates how confident Amazon Lex is that an intent satisfies the user's intent.IntentConfidence.BuilderIntentConfidence. toBuilder()Methods in software.amazon.awssdk.services.lexruntime.model that return types with arguments of type IntentConfidence.Builder Modifier and Type Method Description static Class<? extends IntentConfidence.Builder>IntentConfidence. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexruntime.model with type arguments of type IntentConfidence.Builder Modifier and Type Method Description default PostTextResponse.BuilderPostTextResponse.Builder. nluIntentConfidence(Consumer<IntentConfidence.Builder> nluIntentConfidence)Provides a score that indicates how confident Amazon Lex is that the returned intent is the one that matches the user's intent.default PredictedIntent.BuilderPredictedIntent.Builder. nluIntentConfidence(Consumer<IntentConfidence.Builder> nluIntentConfidence)Indicates how confident Amazon Lex is that an intent satisfies the user's intent.
-