Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeGuestSearchDocumentResponse
Packages that use KnowledgeGuestSearchDocumentResponse
-
Uses of KnowledgeGuestSearchDocumentResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeGuestSearchDocumentResponseModifier and TypeMethodDescriptionKnowledgeGuestSearchDocumentResponse.alternatives(List<KnowledgeDocumentAlternative> alternatives) List of alternate phrases related to the title which improves search results.The answer to the query.KnowledgeGuestSearchDocumentResponse.dateCreated(Date dateCreated) Document creation date-time.KnowledgeGuestSearchDocumentResponse.dateImported(Date dateImported) Document import date-time, or null if was not imported.KnowledgeGuestSearchDocumentResponse.dateModified(Date dateModified) Document last modification date-time.KnowledgeGuestSearchDocumentResponse.datePublished(Date datePublished) The date on which the document was last published.KnowledgeGuestSearchDocumentResponse.documentVersion(AddressableEntityRef documentVersion) The version of the document.KnowledgeDocumentGuestSearchResult.getDocument()KnowledgeGuestSearchDocumentResponse.lastPublishedVersionNumber(Integer lastPublishedVersionNumber) The last published version number of the document.KnowledgeGuestSearchDocumentResponse.state(KnowledgeGuestSearchDocumentResponse.StateEnum state) State of the document.Document title, having a limit of 500 words.KnowledgeGuestSearchDocumentResponse.variations(List<KnowledgeGuestDocumentVariationAnswer> 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 KnowledgeGuestSearchDocumentResponseModifier and TypeMethodDescriptionKnowledgeDocumentGuestSearchResult.document(KnowledgeGuestSearchDocumentResponse document) Document that matched the query.voidKnowledgeDocumentGuestSearchResult.setDocument(KnowledgeGuestSearchDocumentResponse document)