Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeGuestDocumentFeedback
Packages that use KnowledgeGuestDocumentFeedback
Package
Description
-
Uses of KnowledgeGuestDocumentFeedback in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return KnowledgeGuestDocumentFeedbackModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeGuestSessionDocumentFeedback(PostKnowledgeGuestSessionDocumentFeedbackRequest request) Give feedback on a documentKnowledgeApi.postKnowledgeGuestSessionDocumentFeedback(String sessionId, String documentId, KnowledgeGuestDocumentFeedback body) Give feedback on a documentMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type KnowledgeGuestDocumentFeedbackModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeGuestSessionDocumentFeedback(ApiRequest<KnowledgeGuestDocumentFeedback> request) Give feedback on a documentKnowledgeApiAsync.postKnowledgeGuestSessionDocumentFeedbackAsync(PostKnowledgeGuestSessionDocumentFeedbackRequest request, AsyncApiCallback<KnowledgeGuestDocumentFeedback> callback) Give feedback on a documentKnowledgeApiAsync.postKnowledgeGuestSessionDocumentFeedbackAsync(ApiRequest<KnowledgeGuestDocumentFeedback> request, AsyncApiCallback<ApiResponse<KnowledgeGuestDocumentFeedback>> callback) Give feedback on a documentKnowledgeApi.postKnowledgeGuestSessionDocumentFeedbackWithHttpInfo(String sessionId, String documentId, KnowledgeGuestDocumentFeedback body) Give feedback on a documentMethods in com.mypurecloud.sdk.v2.api with parameters of type KnowledgeGuestDocumentFeedbackModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeGuestSessionDocumentFeedback(String sessionId, String documentId, KnowledgeGuestDocumentFeedback body) Give feedback on a documentKnowledgeApi.postKnowledgeGuestSessionDocumentFeedbackWithHttpInfo(String sessionId, String documentId, KnowledgeGuestDocumentFeedback body) Give feedback on a documentMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeGuestDocumentFeedbackModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeGuestSessionDocumentFeedback(ApiRequest<KnowledgeGuestDocumentFeedback> request) Give feedback on a documentKnowledgeApiAsync.postKnowledgeGuestSessionDocumentFeedbackAsync(PostKnowledgeGuestSessionDocumentFeedbackRequest request, AsyncApiCallback<KnowledgeGuestDocumentFeedback> callback) Give feedback on a documentKnowledgeApiAsync.postKnowledgeGuestSessionDocumentFeedbackAsync(ApiRequest<KnowledgeGuestDocumentFeedback> request, AsyncApiCallback<ApiResponse<KnowledgeGuestDocumentFeedback>> callback) Give feedback on a documentKnowledgeApiAsync.postKnowledgeGuestSessionDocumentFeedbackAsync(ApiRequest<KnowledgeGuestDocumentFeedback> request, AsyncApiCallback<ApiResponse<KnowledgeGuestDocumentFeedback>> callback) Give feedback on a document -
Uses of KnowledgeGuestDocumentFeedback in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return KnowledgeGuestDocumentFeedbackMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type KnowledgeGuestDocumentFeedbackModifier and TypeMethodDescriptionPostKnowledgeGuestSessionDocumentFeedbackRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type KnowledgeGuestDocumentFeedbackModifier and TypeMethodDescriptionvoidPostKnowledgeGuestSessionDocumentFeedbackRequest.setBody(KnowledgeGuestDocumentFeedback body) PostKnowledgeGuestSessionDocumentFeedbackRequest.Builder.withBody(KnowledgeGuestDocumentFeedback body) PostKnowledgeGuestSessionDocumentFeedbackRequest.withBody(KnowledgeGuestDocumentFeedback body) -
Uses of KnowledgeGuestDocumentFeedback in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeGuestDocumentFeedbackModifier and TypeMethodDescriptionFree-text comment of the feedback.KnowledgeGuestDocumentFeedback.document(KnowledgeGuestDocumentVersionReference document) The document on which feedback was given.KnowledgeGuestDocumentFeedback.documentVariation(EntityReference documentVariation) The variation of the document on which feedback was given.KnowledgeGuestDocumentFeedback.queryType(KnowledgeGuestDocumentFeedback.QueryTypeEnum queryType) The type of the query that surfaced the document on which the feedback was given.KnowledgeGuestDocumentFeedback.rating(KnowledgeGuestDocumentFeedback.RatingEnum rating) Feedback rating.KnowledgeGuestDocumentFeedback.reason(KnowledgeGuestDocumentFeedback.ReasonEnum reason) Feedback reason.KnowledgeGuestDocumentFeedback.search(EntityReference search) The search that surfaced the document on which feedback was given.KnowledgeGuestDocumentFeedback.state(KnowledgeGuestDocumentFeedback.StateEnum state) The state of the feedback.KnowledgeGuestDocumentFeedback.surfacingMethod(KnowledgeGuestDocumentFeedback.SurfacingMethodEnum surfacingMethod) The method how knowledge was surfaced.