Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.CreateIntentResponse
-
Packages that use CreateIntentResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of CreateIntentResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return CreateIntentResponse Modifier and Type Method Description default CreateIntentResponseLexModelsV2Client. createIntent(Consumer<CreateIntentRequest.Builder> createIntentRequest)Creates an intent.default CreateIntentResponseLexModelsV2Client. createIntent(CreateIntentRequest createIntentRequest)Creates an intent.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type CreateIntentResponse Modifier and Type Method Description default CompletableFuture<CreateIntentResponse>LexModelsV2AsyncClient. createIntent(Consumer<CreateIntentRequest.Builder> createIntentRequest)Creates an intent.default CompletableFuture<CreateIntentResponse>LexModelsV2AsyncClient. createIntent(CreateIntentRequest createIntentRequest)Creates an intent.
-