Uses of Class
software.amazon.awssdk.services.lexruntime.model.PredictedIntent
-
Packages that use PredictedIntent Package Description software.amazon.awssdk.services.lexruntime.model -
-
Uses of PredictedIntent in software.amazon.awssdk.services.lexruntime.model
Methods in software.amazon.awssdk.services.lexruntime.model that return types with arguments of type PredictedIntent Modifier and Type Method Description List<PredictedIntent>PostTextResponse. alternativeIntents()One to four alternative intents that may be applicable to the user's intent.Methods in software.amazon.awssdk.services.lexruntime.model with parameters of type PredictedIntent Modifier and Type Method Description PostTextResponse.BuilderPostTextResponse.Builder. alternativeIntents(PredictedIntent... alternativeIntents)One to four alternative intents that may be applicable to the user's intent.Method parameters in software.amazon.awssdk.services.lexruntime.model with type arguments of type PredictedIntent Modifier and Type Method Description PostTextResponse.BuilderPostTextResponse.Builder. alternativeIntents(Collection<PredictedIntent> alternativeIntents)One to four alternative intents that may be applicable to the user's intent.
-