Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeRetrievedReference
Packages that use KnowledgeRetrievedReference
-
Uses of KnowledgeRetrievedReference in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeRetrievedReferenceModifier and TypeMethodDescriptionKnowledgeRetrievedReference.confidence(Double confidence) The confidence associated with retrieved reference respect to a search query.The file name from which reference is retrievedThe matching text for search query.The url of the file.KnowledgeRetrievedReference.usedForGeneration(Boolean usedForGeneration) Indicates whether a retrieved reference is used for answer generationMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type KnowledgeRetrievedReferenceMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type KnowledgeRetrievedReferenceModifier and TypeMethodDescriptionKnowledgeSearchResult.retrievedReferences(List<KnowledgeRetrievedReference> retrievedReferences) The retrieved references for the search query.voidKnowledgeSearchResult.setRetrievedReferences(List<KnowledgeRetrievedReference> retrievedReferences)