Package com.mypurecloud.sdk.v2.model
Class ReportingTurnKnowledgeFeedback
java.lang.Object
com.mypurecloud.sdk.v2.model.ReportingTurnKnowledgeFeedback
- All Implemented Interfaces:
Serializable
ReportingTurnKnowledgeFeedback
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondocuments(List<ReportingTurnKnowledgeDocument> documents) The list of search documents that the feedback applies to.booleaninthashCode()The feedback rating for the search (1.0 - 5.0). 1 = Negative, 5 = Positive.The ID of the original knowledge search that this feedback relates to.voidsetDocuments(List<ReportingTurnKnowledgeDocument> documents) voidvoidsetSearchId(String searchId) toString()
-
Constructor Details
-
ReportingTurnKnowledgeFeedback
public ReportingTurnKnowledgeFeedback() -
ReportingTurnKnowledgeFeedback
-
-
Method Details
-
searchId
The ID of the original knowledge search that this feedback relates to. -
getSearchId
-
setSearchId
-
rating
The feedback rating for the search (1.0 - 5.0). 1 = Negative, 5 = Positive. -
getRating
-
setRating
-
documents
The list of search documents that the feedback applies to. -
getDocuments
-
setDocuments
-
equals
-
hashCode
public int hashCode() -
toString
-