Uses of Class
com.mypurecloud.sdk.v2.api.request.PostKnowledgeGuestSessionDocumentFeedbackRequest
Packages that use PostKnowledgeGuestSessionDocumentFeedbackRequest
-
Uses of PostKnowledgeGuestSessionDocumentFeedbackRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostKnowledgeGuestSessionDocumentFeedbackRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeGuestSessionDocumentFeedback(PostKnowledgeGuestSessionDocumentFeedbackRequest request) Give feedback on a documentKnowledgeApiAsync.postKnowledgeGuestSessionDocumentFeedbackAsync(PostKnowledgeGuestSessionDocumentFeedbackRequest request, AsyncApiCallback<KnowledgeGuestDocumentFeedback> callback) Give feedback on a document -
Uses of PostKnowledgeGuestSessionDocumentFeedbackRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostKnowledgeGuestSessionDocumentFeedbackRequestModifier and TypeMethodDescriptionPostKnowledgeGuestSessionDocumentFeedbackRequest.Builder.build()PostKnowledgeGuestSessionDocumentFeedbackRequest.withBody(KnowledgeGuestDocumentFeedback body) PostKnowledgeGuestSessionDocumentFeedbackRequest.withCustomHeader(String name, String value) PostKnowledgeGuestSessionDocumentFeedbackRequest.withDocumentId(String documentId) PostKnowledgeGuestSessionDocumentFeedbackRequest.withSessionId(String sessionId)