Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.UpdateIntentResponse
-
Packages that use UpdateIntentResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of UpdateIntentResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return UpdateIntentResponse Modifier and Type Method Description default UpdateIntentResponseLexModelsV2Client. updateIntent(Consumer<UpdateIntentRequest.Builder> updateIntentRequest)Updates the settings for an intent.default UpdateIntentResponseLexModelsV2Client. updateIntent(UpdateIntentRequest updateIntentRequest)Updates the settings for an intent.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type UpdateIntentResponse Modifier and Type Method Description default CompletableFuture<UpdateIntentResponse>LexModelsV2AsyncClient. updateIntent(Consumer<UpdateIntentRequest.Builder> updateIntentRequest)Updates the settings for an intent.default CompletableFuture<UpdateIntentResponse>LexModelsV2AsyncClient. updateIntent(UpdateIntentRequest updateIntentRequest)Updates the settings for an intent.
-