Uses of Class
com.mypurecloud.sdk.v2.model.ReportingTurnKnowledgeFeedbackEvent
Packages that use ReportingTurnKnowledgeFeedbackEvent
-
Uses of ReportingTurnKnowledgeFeedbackEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ReportingTurnKnowledgeFeedbackEventModifier and TypeMethodDescriptionReportingTurnKnowledgeFeedbackEvent.documents(List<ReportingTurnKnowledgeDocument> documents) The list of search documents that the feedback applies to.ReportingTurnKnowledgeFeedbackEvent.documentVariationId(String documentVariationId) The variation of the document.ReportingTurnKnowledgeFeedbackEvent.documentVersionId(String documentVersionId) The version of the document.ReportingTurnKnowledgeFeedbackEvent.feedbackRating(Integer feedbackRating) The feedback rating for the search (1.0 - 5.0). 1 = Negative, 5 = Positive.ReportingTurnKnowledgeFeedbackEvent.knowledgeBaseId(String knowledgeBaseId) The Knowledge Base ID that the captured knowledge data relates to.The ID of this knowledge search.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ReportingTurnKnowledgeFeedbackEventMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ReportingTurnKnowledgeFeedbackEventModifier and TypeMethodDescriptionReportingTurnKnowledgeEvents.feedback(List<ReportingTurnKnowledgeFeedbackEvent> feedback) The knowledge feedback data captured during this reporting turn.voidReportingTurnKnowledgeEvents.setFeedback(List<ReportingTurnKnowledgeFeedbackEvent> feedback)