Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentFeedback
Packages that use KnowledgeDocumentFeedback
Package
Description
-
Uses of KnowledgeDocumentFeedback in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type KnowledgeDocumentFeedbackModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseDocumentFeedback(String knowledgeBaseId, String documentId, KnowledgeDocumentFeedback body) 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 KnowledgeDocumentFeedbackModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseDocumentFeedback(ApiRequest<KnowledgeDocumentFeedback> request) Give feedback on a documentKnowledgeApiAsync.postKnowledgeKnowledgebaseDocumentFeedbackAsync(ApiRequest<KnowledgeDocumentFeedback> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentFeedbackResponse>> callback) Give feedback on a document -
Uses of KnowledgeDocumentFeedback in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return KnowledgeDocumentFeedbackMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type KnowledgeDocumentFeedbackModifier and TypeMethodDescriptionPostKnowledgeKnowledgebaseDocumentFeedbackRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type KnowledgeDocumentFeedbackModifier and TypeMethodDescriptionvoidPostKnowledgeKnowledgebaseDocumentFeedbackRequest.setBody(KnowledgeDocumentFeedback body) PostKnowledgeKnowledgebaseDocumentFeedbackRequest.Builder.withBody(KnowledgeDocumentFeedback body) PostKnowledgeKnowledgebaseDocumentFeedbackRequest.withBody(KnowledgeDocumentFeedback body) -
Uses of KnowledgeDocumentFeedback in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentFeedbackModifier and TypeMethodDescriptionKnowledgeDocumentFeedback.application(KnowledgeSearchClientApplication application) The client application from which feedback was given.Free-text comment of the feedback.KnowledgeDocumentFeedback.conversationContext(KnowledgeConversationContext conversationContext) Conversation context information if the feedback is given in the context of a conversation.KnowledgeDocumentFeedback.document(KnowledgeDocumentVersionReference document) The document on which feedback was given.KnowledgeDocumentFeedback.documentVariation(EntityReference documentVariation) The variation of the document on which feedback was given.KnowledgeDocumentFeedback.queryType(KnowledgeDocumentFeedback.QueryTypeEnum queryType) The type of the query that surfaced the document on which the feedback was given.KnowledgeDocumentFeedback.rating(KnowledgeDocumentFeedback.RatingEnum rating) Feedback rating.KnowledgeDocumentFeedback.reason(KnowledgeDocumentFeedback.ReasonEnum reason) Feedback reason.KnowledgeDocumentFeedback.search(EntityReference search) The search that surfaced the document on which feedback was given.KnowledgeDocumentFeedback.state(KnowledgeDocumentFeedback.StateEnum state) The state of the feedback.KnowledgeDocumentFeedback.surfacingMethod(KnowledgeDocumentFeedback.SurfacingMethodEnum surfacingMethod) The method how knowledge was surfaced.