Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetSlotTypeResponse
-
Packages that use GetSlotTypeResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions -
-
Uses of GetSlotTypeResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return GetSlotTypeResponse Modifier and Type Method Description default GetSlotTypeResponseLexModelBuildingClient. getSlotType(Consumer<GetSlotTypeRequest.Builder> getSlotTypeRequest)Returns information about a specific version of a slot type.default GetSlotTypeResponseLexModelBuildingClient. getSlotType(GetSlotTypeRequest getSlotTypeRequest)Returns information about a specific version of a slot type.Methods in software.amazon.awssdk.services.lexmodelbuilding that return types with arguments of type GetSlotTypeResponse Modifier and Type Method Description default CompletableFuture<GetSlotTypeResponse>LexModelBuildingAsyncClient. getSlotType(Consumer<GetSlotTypeRequest.Builder> getSlotTypeRequest)Returns information about a specific version of a slot type.default CompletableFuture<GetSlotTypeResponse>LexModelBuildingAsyncClient. getSlotType(GetSlotTypeRequest getSlotTypeRequest)Returns information about a specific version of a slot type.
-