Package com.mypurecloud.sdk.v2.model
Class ReportingTurnKnowledgeFeedbackEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.ReportingTurnKnowledgeFeedbackEvent
- All Implemented Interfaces:
Serializable
ReportingTurnKnowledgeFeedbackEvent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondocuments(List<ReportingTurnKnowledgeDocument> documents) The list of search documents that the feedback applies to.documentVariationId(String documentVariationId) The variation of the document.documentVersionId(String documentVersionId) The version of the document.booleanfeedbackRating(Integer feedbackRating) The feedback rating for the search (1.0 - 5.0). 1 = Negative, 5 = Positive.inthashCode()knowledgeBaseId(String knowledgeBaseId) The Knowledge Base ID that the captured knowledge data relates to.The ID of this knowledge search.voidsetDocuments(List<ReportingTurnKnowledgeDocument> documents) voidsetDocumentVariationId(String documentVariationId) voidsetDocumentVersionId(String documentVersionId) voidsetFeedbackRating(Integer feedbackRating) voidsetKnowledgeBaseId(String knowledgeBaseId) voidsetSearchId(String searchId) toString()
-
Constructor Details
-
ReportingTurnKnowledgeFeedbackEvent
public ReportingTurnKnowledgeFeedbackEvent() -
ReportingTurnKnowledgeFeedbackEvent
-
-
Method Details
-
searchId
The ID of this knowledge search. -
getSearchId
-
setSearchId
-
knowledgeBaseId
The Knowledge Base ID that the captured knowledge data relates to. -
getKnowledgeBaseId
-
setKnowledgeBaseId
-
documents
public ReportingTurnKnowledgeFeedbackEvent documents(List<ReportingTurnKnowledgeDocument> documents) The list of search documents that the feedback applies to. -
getDocuments
-
setDocuments
-
feedbackRating
The feedback rating for the search (1.0 - 5.0). 1 = Negative, 5 = Positive. -
getFeedbackRating
-
setFeedbackRating
-
documentVariationId
The variation of the document. -
getDocumentVariationId
-
setDocumentVariationId
-
documentVersionId
The version of the document. -
getDocumentVersionId
-
setDocumentVersionId
-
equals
-
hashCode
public int hashCode() -
toString
-