Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentFeedbackResponse
Packages that use KnowledgeDocumentFeedbackResponse
-
Uses of KnowledgeDocumentFeedbackResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return KnowledgeDocumentFeedbackResponseModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeKnowledgebaseDocumentFeedbackFeedbackId(GetKnowledgeKnowledgebaseDocumentFeedbackFeedbackIdRequest request) Get a single feedback record given on a documentKnowledgeApi.getKnowledgeKnowledgebaseDocumentFeedbackFeedbackId(String knowledgeBaseId, String documentId, String feedbackId) Get a single feedback record given on a documentKnowledgeApi.patchKnowledgeKnowledgebaseDocumentFeedbackFeedbackId(PatchKnowledgeKnowledgebaseDocumentFeedbackFeedbackIdRequest request) Update feedback on a documentKnowledgeApi.patchKnowledgeKnowledgebaseDocumentFeedbackFeedbackId(String knowledgeBaseId, String documentId, String feedbackId, KnowledgeDocumentFeedbackUpdateRequest body) Update feedback on a documentKnowledgeApi.postKnowledgeKnowledgebaseDocumentFeedback(PostKnowledgeKnowledgebaseDocumentFeedbackRequest request) Give feedback on a documentKnowledgeApi.postKnowledgeKnowledgebaseDocumentFeedback(String knowledgeBaseId, String documentId, KnowledgeDocumentFeedback body) Give feedback on a documentMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type KnowledgeDocumentFeedbackResponseModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeKnowledgebaseDocumentFeedbackFeedbackId(ApiRequest<Void> request) Get a single feedback record given on a documentKnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentFeedbackFeedbackIdAsync(GetKnowledgeKnowledgebaseDocumentFeedbackFeedbackIdRequest request, AsyncApiCallback<KnowledgeDocumentFeedbackResponse> callback) Get a single feedback record given on a documentKnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentFeedbackFeedbackIdAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentFeedbackResponse>> callback) Get a single feedback record given on a documentKnowledgeApi.getKnowledgeKnowledgebaseDocumentFeedbackFeedbackIdWithHttpInfo(String knowledgeBaseId, String documentId, String feedbackId) Get a single feedback record given on a documentKnowledgeApi.patchKnowledgeKnowledgebaseDocumentFeedbackFeedbackId(ApiRequest<KnowledgeDocumentFeedbackUpdateRequest> request) Update feedback on a documentKnowledgeApiAsync.patchKnowledgeKnowledgebaseDocumentFeedbackFeedbackIdAsync(PatchKnowledgeKnowledgebaseDocumentFeedbackFeedbackIdRequest request, AsyncApiCallback<KnowledgeDocumentFeedbackResponse> callback) Update feedback on a documentKnowledgeApiAsync.patchKnowledgeKnowledgebaseDocumentFeedbackFeedbackIdAsync(ApiRequest<KnowledgeDocumentFeedbackUpdateRequest> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentFeedbackResponse>> callback) Update feedback on a documentKnowledgeApi.patchKnowledgeKnowledgebaseDocumentFeedbackFeedbackIdWithHttpInfo(String knowledgeBaseId, String documentId, String feedbackId, KnowledgeDocumentFeedbackUpdateRequest body) Update feedback on a documentKnowledgeApi.postKnowledgeKnowledgebaseDocumentFeedback(ApiRequest<KnowledgeDocumentFeedback> request) Give feedback on a documentKnowledgeApiAsync.postKnowledgeKnowledgebaseDocumentFeedbackAsync(PostKnowledgeKnowledgebaseDocumentFeedbackRequest request, AsyncApiCallback<KnowledgeDocumentFeedbackResponse> callback) Give feedback on a documentKnowledgeApiAsync.postKnowledgeKnowledgebaseDocumentFeedbackAsync(ApiRequest<KnowledgeDocumentFeedback> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentFeedbackResponse>> callback) Give feedback on a documentKnowledgeApi.postKnowledgeKnowledgebaseDocumentFeedbackWithHttpInfo(String knowledgeBaseId, String documentId, KnowledgeDocumentFeedback body) Give feedback on a documentMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeDocumentFeedbackResponseModifier and TypeMethodDescriptionKnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentFeedbackFeedbackIdAsync(GetKnowledgeKnowledgebaseDocumentFeedbackFeedbackIdRequest request, AsyncApiCallback<KnowledgeDocumentFeedbackResponse> callback) Get a single feedback record given on a documentKnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentFeedbackFeedbackIdAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentFeedbackResponse>> callback) Get a single feedback record given on a documentKnowledgeApiAsync.patchKnowledgeKnowledgebaseDocumentFeedbackFeedbackIdAsync(PatchKnowledgeKnowledgebaseDocumentFeedbackFeedbackIdRequest request, AsyncApiCallback<KnowledgeDocumentFeedbackResponse> callback) Update feedback on a documentKnowledgeApiAsync.patchKnowledgeKnowledgebaseDocumentFeedbackFeedbackIdAsync(ApiRequest<KnowledgeDocumentFeedbackUpdateRequest> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentFeedbackResponse>> callback) Update feedback on a documentKnowledgeApiAsync.postKnowledgeKnowledgebaseDocumentFeedbackAsync(PostKnowledgeKnowledgebaseDocumentFeedbackRequest request, AsyncApiCallback<KnowledgeDocumentFeedbackResponse> callback) Give feedback on a documentKnowledgeApiAsync.postKnowledgeKnowledgebaseDocumentFeedbackAsync(ApiRequest<KnowledgeDocumentFeedback> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentFeedbackResponse>> callback) Give feedback on a document -
Uses of KnowledgeDocumentFeedbackResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentFeedbackResponseModifier and TypeMethodDescriptionKnowledgeDocumentFeedbackResponse.application(KnowledgeSearchClientApplication application) The client application from which feedback was given.Free-text comment of the feedback.KnowledgeDocumentFeedbackResponse.conversationContext(KnowledgeConversationContextResponse conversationContext) Conversation context information if the feedback is given in the context of a conversation.KnowledgeDocumentFeedbackResponse.document(KnowledgeDocumentVersionReference document) The document on which feedback was given.KnowledgeDocumentFeedbackResponse.documentVariation(EntityReference documentVariation) The variation of the document on which feedback was given.KnowledgeDocumentFeedbackResponse.queryType(KnowledgeDocumentFeedbackResponse.QueryTypeEnum queryType) The type of the query that surfaced the document on which the feedback was given.KnowledgeDocumentFeedbackResponse.rating(KnowledgeDocumentFeedbackResponse.RatingEnum rating) Feedback rating.KnowledgeDocumentFeedbackResponse.reason(KnowledgeDocumentFeedbackResponse.ReasonEnum reason) Feedback reason.KnowledgeDocumentFeedbackResponse.search(EntityReference search) The search that surfaced the document on which feedback was given.KnowledgeDocumentFeedbackResponse.state(KnowledgeDocumentFeedbackResponse.StateEnum state) The state of the feedback.KnowledgeDocumentFeedbackResponse.surfacingMethod(KnowledgeDocumentFeedbackResponse.SurfacingMethodEnum surfacingMethod) The method how knowledge was surfaced.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type KnowledgeDocumentFeedbackResponseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type KnowledgeDocumentFeedbackResponseModifier and TypeMethodDescriptionKnowledgeDocumentFeedbackResponseListing.entities(List<KnowledgeDocumentFeedbackResponse> entities) voidKnowledgeDocumentFeedbackResponseListing.setEntities(List<KnowledgeDocumentFeedbackResponse> entities)