Uses of Interface
software.amazon.awssdk.services.lexruntime.model.PredictedIntent.Builder
-
Packages that use PredictedIntent.Builder Package Description software.amazon.awssdk.services.lexruntime.model -
-
Uses of PredictedIntent.Builder in software.amazon.awssdk.services.lexruntime.model
Methods in software.amazon.awssdk.services.lexruntime.model that return PredictedIntent.Builder Modifier and Type Method Description static PredictedIntent.BuilderPredictedIntent. builder()PredictedIntent.BuilderPredictedIntent.Builder. intentName(String intentName)The name of the intent that Amazon Lex suggests satisfies 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.PredictedIntent.BuilderPredictedIntent.Builder. nluIntentConfidence(IntentConfidence nluIntentConfidence)Indicates how confident Amazon Lex is that an intent satisfies the user's intent.PredictedIntent.BuilderPredictedIntent.Builder. slots(Map<String,String> slots)The slot and slot values associated with the predicted intent.PredictedIntent.BuilderPredictedIntent. toBuilder()Methods in software.amazon.awssdk.services.lexruntime.model that return types with arguments of type PredictedIntent.Builder Modifier and Type Method Description static Class<? extends PredictedIntent.Builder>PredictedIntent. serializableBuilderClass()
-