Uses of Class
com.mypurecloud.sdk.v2.api.request.PostKnowledgeGuestSessionDocumentViewsRequest
Packages that use PostKnowledgeGuestSessionDocumentViewsRequest
-
Uses of PostKnowledgeGuestSessionDocumentViewsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostKnowledgeGuestSessionDocumentViewsRequestModifier and TypeMethodDescriptionvoidKnowledgeApi.postKnowledgeGuestSessionDocumentViews(PostKnowledgeGuestSessionDocumentViewsRequest request) Create view event for a document.KnowledgeApiAsync.postKnowledgeGuestSessionDocumentViewsAsync(PostKnowledgeGuestSessionDocumentViewsRequest request, AsyncApiCallback<Void> callback) Create view event for a document. -
Uses of PostKnowledgeGuestSessionDocumentViewsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostKnowledgeGuestSessionDocumentViewsRequestModifier and TypeMethodDescriptionPostKnowledgeGuestSessionDocumentViewsRequest.Builder.build()PostKnowledgeGuestSessionDocumentViewsRequest.withBody(KnowledgeGuestDocumentView body) PostKnowledgeGuestSessionDocumentViewsRequest.withCustomHeader(String name, String value) PostKnowledgeGuestSessionDocumentViewsRequest.withDocumentId(String documentId) PostKnowledgeGuestSessionDocumentViewsRequest.withSessionId(String sessionId)