Uses of Class
software.amazon.awssdk.services.wisdom.model.UpdateKnowledgeBaseTemplateUriResponse
-
Packages that use UpdateKnowledgeBaseTemplateUriResponse 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. -
-
Uses of UpdateKnowledgeBaseTemplateUriResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return UpdateKnowledgeBaseTemplateUriResponse Modifier and Type Method Description default UpdateKnowledgeBaseTemplateUriResponseWisdomClient. updateKnowledgeBaseTemplateUri(Consumer<UpdateKnowledgeBaseTemplateUriRequest.Builder> updateKnowledgeBaseTemplateUriRequest)Updates the template URI of a knowledge base.default UpdateKnowledgeBaseTemplateUriResponseWisdomClient. updateKnowledgeBaseTemplateUri(UpdateKnowledgeBaseTemplateUriRequest updateKnowledgeBaseTemplateUriRequest)Updates the template URI of a knowledge base.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type UpdateKnowledgeBaseTemplateUriResponse Modifier and Type Method Description default CompletableFuture<UpdateKnowledgeBaseTemplateUriResponse>WisdomAsyncClient. updateKnowledgeBaseTemplateUri(Consumer<UpdateKnowledgeBaseTemplateUriRequest.Builder> updateKnowledgeBaseTemplateUriRequest)Updates the template URI of a knowledge base.default CompletableFuture<UpdateKnowledgeBaseTemplateUriResponse>WisdomAsyncClient. updateKnowledgeBaseTemplateUri(UpdateKnowledgeBaseTemplateUriRequest updateKnowledgeBaseTemplateUriRequest)Updates the template URI of a knowledge base.
-