Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeGuestDocumentCopy
Packages that use KnowledgeGuestDocumentCopy
Package
Description
-
Uses of KnowledgeGuestDocumentCopy in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type KnowledgeGuestDocumentCopyModifier and TypeMethodDescriptionvoidKnowledgeApi.postKnowledgeGuestSessionDocumentCopies(String sessionId, String documentId, KnowledgeGuestDocumentCopy body) Indicate that the document was copied by the user.KnowledgeApi.postKnowledgeGuestSessionDocumentCopiesWithHttpInfo(String sessionId, String documentId, KnowledgeGuestDocumentCopy body) Indicate that the document was copied by the user.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeGuestDocumentCopyModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeGuestSessionDocumentCopies(ApiRequest<KnowledgeGuestDocumentCopy> request) Indicate that the document was copied by the user.KnowledgeApiAsync.postKnowledgeGuestSessionDocumentCopiesAsync(ApiRequest<KnowledgeGuestDocumentCopy> request, AsyncApiCallback<ApiResponse<Void>> callback) Indicate that the document was copied by the user. -
Uses of KnowledgeGuestDocumentCopy in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return KnowledgeGuestDocumentCopyMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type KnowledgeGuestDocumentCopyMethods in com.mypurecloud.sdk.v2.api.request with parameters of type KnowledgeGuestDocumentCopyModifier and TypeMethodDescriptionvoidPostKnowledgeGuestSessionDocumentCopiesRequest.setBody(KnowledgeGuestDocumentCopy body) PostKnowledgeGuestSessionDocumentCopiesRequest.Builder.withBody(KnowledgeGuestDocumentCopy body) PostKnowledgeGuestSessionDocumentCopiesRequest.withBody(KnowledgeGuestDocumentCopy body) -
Uses of KnowledgeGuestDocumentCopy in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeGuestDocumentCopyModifier and TypeMethodDescriptionKnowledgeGuestDocumentCopy.documentVariationId(String documentVariationId) The variation of the document whose content was copied.KnowledgeGuestDocumentCopy.documentVersionId(String documentVersionId) The version of the document whose content was copied.KnowledgeGuestDocumentCopy.queryType(KnowledgeGuestDocumentCopy.QueryTypeEnum queryType) The type of the query that surfaced the document.The search that surfaced the document whose content was copied.KnowledgeGuestDocumentCopy.surfacingMethod(KnowledgeGuestDocumentCopy.SurfacingMethodEnum surfacingMethod) The method how knowledge was surfaced.