Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentCopy
Packages that use KnowledgeDocumentCopy
Package
Description
-
Uses of KnowledgeDocumentCopy in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type KnowledgeDocumentCopyModifier and TypeMethodDescriptionvoidKnowledgeApi.postKnowledgeKnowledgebaseDocumentCopies(String knowledgeBaseId, String documentId, KnowledgeDocumentCopy body) Indicate that the document was copied by the user.KnowledgeApi.postKnowledgeKnowledgebaseDocumentCopiesWithHttpInfo(String knowledgeBaseId, String documentId, KnowledgeDocumentCopy body) Indicate that the document was copied by the user.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeDocumentCopyModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseDocumentCopies(ApiRequest<KnowledgeDocumentCopy> request) Indicate that the document was copied by the user.KnowledgeApiAsync.postKnowledgeKnowledgebaseDocumentCopiesAsync(ApiRequest<KnowledgeDocumentCopy> request, AsyncApiCallback<ApiResponse<Void>> callback) Indicate that the document was copied by the user. -
Uses of KnowledgeDocumentCopy in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return KnowledgeDocumentCopyMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type KnowledgeDocumentCopyMethods in com.mypurecloud.sdk.v2.api.request with parameters of type KnowledgeDocumentCopyModifier and TypeMethodDescriptionvoidPostKnowledgeKnowledgebaseDocumentCopiesRequest.setBody(KnowledgeDocumentCopy body) PostKnowledgeKnowledgebaseDocumentCopiesRequest.Builder.withBody(KnowledgeDocumentCopy body) PostKnowledgeKnowledgebaseDocumentCopiesRequest.withBody(KnowledgeDocumentCopy body) -
Uses of KnowledgeDocumentCopy in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentCopyModifier and TypeMethodDescriptionKnowledgeDocumentCopy.application(KnowledgeSearchClientApplication application) The client application in which the document content was copied.KnowledgeDocumentCopy.conversationContext(KnowledgeConversationContext conversationContext) Conversation context information, if the document content is copied in the context of a conversation.KnowledgeDocumentCopy.documentVariationId(String documentVariationId) The variation of the document whose content was copied.KnowledgeDocumentCopy.documentVersionId(String documentVersionId) The version of the document whose content was copied.KnowledgeDocumentCopy.queryType(KnowledgeDocumentCopy.QueryTypeEnum queryType) The type of the query that surfaced the document.The search that surfaced the document whose content was copied.KnowledgeDocumentCopy.surfacingMethod(KnowledgeDocumentCopy.SurfacingMethodEnum surfacingMethod) The method how knowledge was surfaced.