Package com.mypurecloud.sdk.v2.model
Class KnowledgeDocumentSearchResult
java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeDocumentSearchResult
- All Implemented Interfaces:
Serializable
KnowledgeDocumentSearchResult
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfidence(Double confidence) The confidence associated with a document with respect to a search query.document(KnowledgeSearchDocumentResponse document) Document that matched the query.booleaninthashCode()voidsetConfidence(Double confidence) voidsetDocument(KnowledgeSearchDocumentResponse document) toString()
-
Constructor Details
-
KnowledgeDocumentSearchResult
public KnowledgeDocumentSearchResult() -
KnowledgeDocumentSearchResult
-
-
Method Details
-
confidence
The confidence associated with a document with respect to a search query. -
getConfidence
-
setConfidence
-
document
Document that matched the query. -
getDocument
-
setDocument
-
equals
-
hashCode
public int hashCode() -
toString
-