Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.Intent
-
Packages that use Intent Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of Intent in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type Intent Modifier and Type Method Description List<Intent>CreateBotVersionResponse. intents()An array ofIntentobjects.List<Intent>GetBotResponse. intents()An array ofintentobjects.List<Intent>PutBotRequest. intents()An array ofIntentobjects.List<Intent>PutBotResponse. intents()An array ofIntentobjects.Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type Intent Modifier and Type Method Description CreateBotVersionResponse.BuilderCreateBotVersionResponse.Builder. intents(Intent... intents)An array ofIntentobjects.GetBotResponse.BuilderGetBotResponse.Builder. intents(Intent... intents)An array ofintentobjects.PutBotRequest.BuilderPutBotRequest.Builder. intents(Intent... intents)An array ofIntentobjects.PutBotResponse.BuilderPutBotResponse.Builder. intents(Intent... intents)An array ofIntentobjects.Method parameters in software.amazon.awssdk.services.lexmodelbuilding.model with type arguments of type Intent Modifier and Type Method Description CreateBotVersionResponse.BuilderCreateBotVersionResponse.Builder. intents(Collection<Intent> intents)An array ofIntentobjects.GetBotResponse.BuilderGetBotResponse.Builder. intents(Collection<Intent> intents)An array ofintentobjects.PutBotRequest.BuilderPutBotRequest.Builder. intents(Collection<Intent> intents)An array ofIntentobjects.PutBotResponse.BuilderPutBotResponse.Builder. intents(Collection<Intent> intents)An array ofIntentobjects.
-