Uses of Class
com.mypurecloud.sdk.v2.api.request.GetKnowledgeKnowledgebaseDocumentFeedbackRequest
Packages that use GetKnowledgeKnowledgebaseDocumentFeedbackRequest
-
Uses of GetKnowledgeKnowledgebaseDocumentFeedbackRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetKnowledgeKnowledgebaseDocumentFeedbackRequestModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeKnowledgebaseDocumentFeedback(GetKnowledgeKnowledgebaseDocumentFeedbackRequest request) Get a list of feedback records given on a documentKnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentFeedbackAsync(GetKnowledgeKnowledgebaseDocumentFeedbackRequest request, AsyncApiCallback<KnowledgeDocumentFeedbackResponseListing> callback) Get a list of feedback records given on a document -
Uses of GetKnowledgeKnowledgebaseDocumentFeedbackRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetKnowledgeKnowledgebaseDocumentFeedbackRequestModifier and TypeMethodDescriptionGetKnowledgeKnowledgebaseDocumentFeedbackRequest.Builder.build()GetKnowledgeKnowledgebaseDocumentFeedbackRequest.withAppType(String appType) GetKnowledgeKnowledgebaseDocumentFeedbackRequest.withBefore(String before) GetKnowledgeKnowledgebaseDocumentFeedbackRequest.withCustomHeader(String name, String value) GetKnowledgeKnowledgebaseDocumentFeedbackRequest.withDocumentId(String documentId) GetKnowledgeKnowledgebaseDocumentFeedbackRequest.withDocumentVariationId(String documentVariationId) GetKnowledgeKnowledgebaseDocumentFeedbackRequest.withDocumentVersionId(String documentVersionId) GetKnowledgeKnowledgebaseDocumentFeedbackRequest.withKnowledgeBaseId(String knowledgeBaseId) GetKnowledgeKnowledgebaseDocumentFeedbackRequest.withOnlyCommented(Boolean onlyCommented) GetKnowledgeKnowledgebaseDocumentFeedbackRequest.withPageSize(String pageSize) GetKnowledgeKnowledgebaseDocumentFeedbackRequest.withQueryType(String queryType) GetKnowledgeKnowledgebaseDocumentFeedbackRequest.withQueueId(String queueId) GetKnowledgeKnowledgebaseDocumentFeedbackRequest.withUserId(String userId)