Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentView
Packages that use KnowledgeDocumentView
Package
Description
-
Uses of KnowledgeDocumentView in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type KnowledgeDocumentViewModifier and TypeMethodDescriptionvoidKnowledgeApi.postKnowledgeKnowledgebaseDocumentViews(String knowledgeBaseId, String documentId, KnowledgeDocumentView body) Create view for a document.KnowledgeApi.postKnowledgeKnowledgebaseDocumentViewsWithHttpInfo(String knowledgeBaseId, String documentId, KnowledgeDocumentView body) Create view for a document.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeDocumentViewModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseDocumentViews(ApiRequest<KnowledgeDocumentView> request) Create view for a document.KnowledgeApiAsync.postKnowledgeKnowledgebaseDocumentViewsAsync(ApiRequest<KnowledgeDocumentView> request, AsyncApiCallback<ApiResponse<Void>> callback) Create view for a document. -
Uses of KnowledgeDocumentView in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return KnowledgeDocumentViewMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type KnowledgeDocumentViewMethods in com.mypurecloud.sdk.v2.api.request with parameters of type KnowledgeDocumentViewModifier and TypeMethodDescriptionvoidPostKnowledgeKnowledgebaseDocumentViewsRequest.setBody(KnowledgeDocumentView body) PostKnowledgeKnowledgebaseDocumentViewsRequest.Builder.withBody(KnowledgeDocumentView body) PostKnowledgeKnowledgebaseDocumentViewsRequest.withBody(KnowledgeDocumentView body) -
Uses of KnowledgeDocumentView in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentViewModifier and TypeMethodDescriptionKnowledgeDocumentView.application(KnowledgeSearchClientApplication application) The client application from which the document was viewed.KnowledgeDocumentView.conversationContext(KnowledgeConversationContext conversationContext) Conversation context information if the document was viewed in the context of a conversation.KnowledgeDocumentView.documentVariationId(String documentVariationId) The variation of the viewed document.KnowledgeDocumentView.documentVersionId(String documentVersionId) The version of the viewed document.KnowledgeDocumentView.queryType(KnowledgeDocumentView.QueryTypeEnum queryType) The type of the query that surfaced the document.The search that surfaced the viewed document.The unique identifier of the knowledge session in which the document was viewed.KnowledgeDocumentView.surfacingMethod(KnowledgeDocumentView.SurfacingMethodEnum surfacingMethod) The method how knowledge was surfaced.