Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.PutIntentRequest
-
Packages that use PutIntentRequest Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.transform -
-
Uses of PutIntentRequest in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding with parameters of type PutIntentRequest Modifier and Type Method Description default CompletableFuture<PutIntentResponse>LexModelBuildingAsyncClient. putIntent(PutIntentRequest putIntentRequest)Creates an intent or replaces an existing intent.default PutIntentResponseLexModelBuildingClient. putIntent(PutIntentRequest putIntentRequest)Creates an intent or replaces an existing intent. -
Uses of PutIntentRequest in software.amazon.awssdk.services.lexmodelbuilding.transform
Methods in software.amazon.awssdk.services.lexmodelbuilding.transform with parameters of type PutIntentRequest Modifier and Type Method Description SdkHttpFullRequestPutIntentRequestMarshaller. marshall(PutIntentRequest putIntentRequest)
-