Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeGuestDocumentView
Packages that use KnowledgeGuestDocumentView
Package
Description
-
Uses of KnowledgeGuestDocumentView in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type KnowledgeGuestDocumentViewModifier and TypeMethodDescriptionvoidKnowledgeApi.postKnowledgeGuestSessionDocumentViews(String sessionId, String documentId, KnowledgeGuestDocumentView body) Create view event for a document.KnowledgeApi.postKnowledgeGuestSessionDocumentViewsWithHttpInfo(String sessionId, String documentId, KnowledgeGuestDocumentView body) Create view event for a document.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeGuestDocumentViewModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeGuestSessionDocumentViews(ApiRequest<KnowledgeGuestDocumentView> request) Create view event for a document.KnowledgeApiAsync.postKnowledgeGuestSessionDocumentViewsAsync(ApiRequest<KnowledgeGuestDocumentView> request, AsyncApiCallback<ApiResponse<Void>> callback) Create view event for a document. -
Uses of KnowledgeGuestDocumentView in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return KnowledgeGuestDocumentViewMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type KnowledgeGuestDocumentViewMethods in com.mypurecloud.sdk.v2.api.request with parameters of type KnowledgeGuestDocumentViewModifier and TypeMethodDescriptionvoidPostKnowledgeGuestSessionDocumentViewsRequest.setBody(KnowledgeGuestDocumentView body) PostKnowledgeGuestSessionDocumentViewsRequest.Builder.withBody(KnowledgeGuestDocumentView body) PostKnowledgeGuestSessionDocumentViewsRequest.withBody(KnowledgeGuestDocumentView body) -
Uses of KnowledgeGuestDocumentView in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeGuestDocumentViewModifier and TypeMethodDescriptionKnowledgeGuestDocumentView.documentVariationId(String documentVariationId) The variation of the viewed document.KnowledgeGuestDocumentView.documentVersionId(String documentVersionId) The version of the viewed document.KnowledgeGuestDocumentView.queryType(KnowledgeGuestDocumentView.QueryTypeEnum queryType) The type of the query that surfaced the document.The search that surfaced the viewed document.KnowledgeGuestDocumentView.surfacingMethod(KnowledgeGuestDocumentView.SurfacingMethodEnum surfacingMethod) The method how knowledge was surfaced.