Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeSearchDocumentResponse
Packages that use KnowledgeSearchDocumentResponse
-
Uses of KnowledgeSearchDocumentResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeSearchDocumentResponseModifier and TypeMethodDescriptionKnowledgeSearchDocumentResponse.alternatives(List<KnowledgeDocumentAlternative> alternatives) List of alternate phrases related to the title which improves search results.The answer to the query.KnowledgeSearchDocumentResponse.category(CategoryResponse category) The reference to category associated with the document.KnowledgeSearchDocumentResponse.dateCreated(Date dateCreated) Document creation date-time.KnowledgeSearchDocumentResponse.dateImported(Date dateImported) Document import date-time, or null if was not imported.KnowledgeSearchDocumentResponse.dateModified(Date dateModified) Document last modification date-time.KnowledgeSearchDocumentResponse.datePublished(Date datePublished) The date on which the document was last published.KnowledgeSearchDocumentResponse.documentVersion(AddressableEntityRef documentVersion) The version of the document.KnowledgeSearchDocumentResponse.externalId(String externalId) The reference to external id associated with the document.KnowledgeSearchDocumentResponse.externalUrl(String externalUrl) The URL to external document.KnowledgeDocumentSearchResult.getDocument()KnowledgeSearchDocumentResponse.knowledgeBase(KnowledgeBaseReference knowledgeBase) Knowledge base to which the document belongs to.KnowledgeSearchDocumentResponse.labels(List<LabelResponse> labels) The references to labels associated with the document.KnowledgeSearchDocumentResponse.lastPublishedVersionNumber(Integer lastPublishedVersionNumber) The last published version number of the document.Whether the document is read-only.KnowledgeSearchDocumentResponse.source(AddressableEntityRef source) The reference to source associated with the document.KnowledgeSearchDocumentResponse.state(KnowledgeSearchDocumentResponse.StateEnum state) State of the document.Document title, having a limit of 500 words.KnowledgeSearchDocumentResponse.variations(List<KnowledgeDocumentSearchVariation> variations) Variations of the document.Indicates if the knowledge document should be included in search results.Methods in com.mypurecloud.sdk.v2.model with parameters of type KnowledgeSearchDocumentResponseModifier and TypeMethodDescriptionKnowledgeDocumentSearchResult.document(KnowledgeSearchDocumentResponse document) Document that matched the query.voidKnowledgeDocumentSearchResult.setDocument(KnowledgeSearchDocumentResponse document)