Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentReq
Packages that use KnowledgeDocumentReq
Package
Description
-
Uses of KnowledgeDocumentReq in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type KnowledgeDocumentReqModifier and TypeMethodDescriptionKnowledgeApi.patchKnowledgeKnowledgebaseDocument(String knowledgeBaseId, String documentId, KnowledgeDocumentReq body) Update document.KnowledgeApi.patchKnowledgeKnowledgebaseDocumentWithHttpInfo(String knowledgeBaseId, String documentId, KnowledgeDocumentReq body) Update document.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeDocumentReqModifier and TypeMethodDescriptionKnowledgeApi.patchKnowledgeKnowledgebaseDocument(ApiRequest<KnowledgeDocumentReq> request) Update document.KnowledgeApiAsync.patchKnowledgeKnowledgebaseDocumentAsync(ApiRequest<KnowledgeDocumentReq> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentResponse>> callback) Update document. -
Uses of KnowledgeDocumentReq in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return KnowledgeDocumentReqMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type KnowledgeDocumentReqMethods in com.mypurecloud.sdk.v2.api.request with parameters of type KnowledgeDocumentReqModifier and TypeMethodDescriptionPatchKnowledgeKnowledgebaseDocumentRequest.builder(String knowledgeBaseId, String documentId, KnowledgeDocumentReq body) voidPatchKnowledgeKnowledgebaseDocumentRequest.setBody(KnowledgeDocumentReq body) PatchKnowledgeKnowledgebaseDocumentRequest.Builder.withBody(KnowledgeDocumentReq body) PatchKnowledgeKnowledgebaseDocumentRequest.withBody(KnowledgeDocumentReq body) PatchKnowledgeKnowledgebaseDocumentRequest.Builder.withRequiredParams(String knowledgeBaseId, String documentId, KnowledgeDocumentReq body) -
Uses of KnowledgeDocumentReq in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentReqModifier and TypeMethodDescriptionKnowledgeDocumentReq.alternatives(List<KnowledgeDocumentAlternative> alternatives) List of alternate phrases related to the title which improves search results.KnowledgeDocumentReq.categoryId(String categoryId) The category associated with the document.KnowledgeDocumentReq.externalId(String externalId) The external id associated with the document.KnowledgeDocumentReq.externalUrl(String externalUrl) The URL to external document.The ids of labels associated with the document.Document title.Indicates if the knowledge document should be included in search results.