Package com.mypurecloud.sdk.v2.model
Class ReportingTurnKnowledgeDocument
java.lang.Object
com.mypurecloud.sdk.v2.model.ReportingTurnKnowledgeDocument
- All Implemented Interfaces:
Serializable
ReportingTurnKnowledgeDocument
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe corresponding answer to the question.confidence(Double confidence) The confidence score of how well the question matched the search query.booleangetId()inthashCode()The ID of the knowledge document.The the question that was used to match against the search query.voidvoidsetConfidence(Double confidence) voidvoidsetQuestion(String question) toString()
-
Constructor Details
-
ReportingTurnKnowledgeDocument
public ReportingTurnKnowledgeDocument() -
ReportingTurnKnowledgeDocument
-
-
Method Details
-
id
The ID of the knowledge document. -
getId
-
setId
-
question
The the question that was used to match against the search query. -
getQuestion
-
setQuestion
-
answer
The corresponding answer to the question. -
getAnswer
-
setAnswer
-
confidence
The confidence score of how well the question matched the search query. -
getConfidence
-
setConfidence
-
equals
-
hashCode
public int hashCode() -
toString
-