Package com.mypurecloud.sdk.v2.model
Class KnowledgeRetrievedReference
java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeRetrievedReference
- All Implemented Interfaces:
Serializable
KnowledgeRetrievedReference
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfidence(Double confidence) The confidence associated with retrieved reference respect to a search query.booleanThe file name from which reference is retrievedgetText()getUrl()inthashCode()voidsetConfidence(Double confidence) voidsetFileName(String fileName) voidvoidvoidsetUsedForGeneration(Boolean usedForGeneration) The matching text for search query.toString()The url of the file.usedForGeneration(Boolean usedForGeneration) Indicates whether a retrieved reference is used for answer generation
-
Constructor Details
-
KnowledgeRetrievedReference
public KnowledgeRetrievedReference() -
KnowledgeRetrievedReference
-
-
Method Details
-
confidence
The confidence associated with retrieved reference respect to a search query. -
getConfidence
-
setConfidence
-
text
The matching text for search query. -
getText
-
setText
-
fileName
The file name from which reference is retrieved -
getFileName
-
setFileName
-
url
The url of the file. -
getUrl
-
setUrl
-
usedForGeneration
Indicates whether a retrieved reference is used for answer generation -
getUsedForGeneration
-
setUsedForGeneration
-
equals
-
hashCode
public int hashCode() -
toString
-