Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentFeedbackUpdateRequest
Packages that use KnowledgeDocumentFeedbackUpdateRequest
Package
Description
-
Uses of KnowledgeDocumentFeedbackUpdateRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type KnowledgeDocumentFeedbackUpdateRequestModifier and TypeMethodDescriptionKnowledgeApi.patchKnowledgeKnowledgebaseDocumentFeedbackFeedbackId(String knowledgeBaseId, String documentId, String feedbackId, KnowledgeDocumentFeedbackUpdateRequest body) Update feedback on a documentKnowledgeApi.patchKnowledgeKnowledgebaseDocumentFeedbackFeedbackIdWithHttpInfo(String knowledgeBaseId, String documentId, String feedbackId, KnowledgeDocumentFeedbackUpdateRequest body) Update feedback on a documentMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeDocumentFeedbackUpdateRequestModifier and TypeMethodDescriptionKnowledgeApi.patchKnowledgeKnowledgebaseDocumentFeedbackFeedbackId(ApiRequest<KnowledgeDocumentFeedbackUpdateRequest> request) Update feedback on a documentKnowledgeApiAsync.patchKnowledgeKnowledgebaseDocumentFeedbackFeedbackIdAsync(ApiRequest<KnowledgeDocumentFeedbackUpdateRequest> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentFeedbackResponse>> callback) Update feedback on a document -
Uses of KnowledgeDocumentFeedbackUpdateRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return KnowledgeDocumentFeedbackUpdateRequestModifier and TypeMethodDescriptionPatchKnowledgeKnowledgebaseDocumentFeedbackFeedbackIdRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type KnowledgeDocumentFeedbackUpdateRequestModifier and TypeMethodDescriptionPatchKnowledgeKnowledgebaseDocumentFeedbackFeedbackIdRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type KnowledgeDocumentFeedbackUpdateRequestModifier and TypeMethodDescriptionvoidPatchKnowledgeKnowledgebaseDocumentFeedbackFeedbackIdRequest.setBody(KnowledgeDocumentFeedbackUpdateRequest body) PatchKnowledgeKnowledgebaseDocumentFeedbackFeedbackIdRequest.Builder.withBody(KnowledgeDocumentFeedbackUpdateRequest body) PatchKnowledgeKnowledgebaseDocumentFeedbackFeedbackIdRequest.withBody(KnowledgeDocumentFeedbackUpdateRequest body) -
Uses of KnowledgeDocumentFeedbackUpdateRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentFeedbackUpdateRequestModifier and TypeMethodDescriptionFeedback commentKnowledgeDocumentFeedbackUpdateRequest.rating(KnowledgeDocumentFeedbackUpdateRequest.RatingEnum rating) Feedback rating.KnowledgeDocumentFeedbackUpdateRequest.reason(KnowledgeDocumentFeedbackUpdateRequest.ReasonEnum reason) Feedback reasonKnowledgeDocumentFeedbackUpdateRequest.state(KnowledgeDocumentFeedbackUpdateRequest.StateEnum state) Feedback state