Uses of Class
com.mypurecloud.sdk.v2.api.request.GetKnowledgeGuestSessionDocumentRequest
Packages that use GetKnowledgeGuestSessionDocumentRequest
-
Uses of GetKnowledgeGuestSessionDocumentRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetKnowledgeGuestSessionDocumentRequestModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeGuestSessionDocument(GetKnowledgeGuestSessionDocumentRequest request) Get a knowledge document by ID.KnowledgeApiAsync.getKnowledgeGuestSessionDocumentAsync(GetKnowledgeGuestSessionDocumentRequest request, AsyncApiCallback<KnowledgeGuestDocumentResponse> callback) Get a knowledge document by ID. -
Uses of GetKnowledgeGuestSessionDocumentRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetKnowledgeGuestSessionDocumentRequestModifier and TypeMethodDescriptionGetKnowledgeGuestSessionDocumentRequest.Builder.build()GetKnowledgeGuestSessionDocumentRequest.withCustomHeader(String name, String value) GetKnowledgeGuestSessionDocumentRequest.withDocumentId(String documentId) GetKnowledgeGuestSessionDocumentRequest.withSessionId(String sessionId)