Uses of Class
software.amazon.awssdk.services.wisdom.model.StartContentUploadRequest
-
Packages that use StartContentUploadRequest Package Description software.amazon.awssdk.services.wisdom Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively speaking with customers.software.amazon.awssdk.services.wisdom.transform -
-
Uses of StartContentUploadRequest in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom with parameters of type StartContentUploadRequest Modifier and Type Method Description default CompletableFuture<StartContentUploadResponse>WisdomAsyncClient. startContentUpload(StartContentUploadRequest startContentUploadRequest)Get a URL to upload content to a knowledge base.default StartContentUploadResponseWisdomClient. startContentUpload(StartContentUploadRequest startContentUploadRequest)Get a URL to upload content to a knowledge base. -
Uses of StartContentUploadRequest in software.amazon.awssdk.services.wisdom.transform
Methods in software.amazon.awssdk.services.wisdom.transform with parameters of type StartContentUploadRequest Modifier and Type Method Description SdkHttpFullRequestStartContentUploadRequestMarshaller. marshall(StartContentUploadRequest startContentUploadRequest)
-