Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeGuestDocumentResponse
Packages that use KnowledgeGuestDocumentResponse
-
Uses of KnowledgeGuestDocumentResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return KnowledgeGuestDocumentResponseModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeGuestSessionDocument(GetKnowledgeGuestSessionDocumentRequest request) Get a knowledge document by ID.KnowledgeApi.getKnowledgeGuestSessionDocument(String sessionId, String documentId) Get a knowledge document by ID.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type KnowledgeGuestDocumentResponseModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeGuestSessionDocument(ApiRequest<Void> request) Get a knowledge document by ID.KnowledgeApiAsync.getKnowledgeGuestSessionDocumentAsync(GetKnowledgeGuestSessionDocumentRequest request, AsyncApiCallback<KnowledgeGuestDocumentResponse> callback) Get a knowledge document by ID.KnowledgeApiAsync.getKnowledgeGuestSessionDocumentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<KnowledgeGuestDocumentResponse>> callback) Get a knowledge document by ID.KnowledgeApi.getKnowledgeGuestSessionDocumentWithHttpInfo(String sessionId, String documentId) Get a knowledge document by ID.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeGuestDocumentResponseModifier and TypeMethodDescriptionKnowledgeApiAsync.getKnowledgeGuestSessionDocumentAsync(GetKnowledgeGuestSessionDocumentRequest request, AsyncApiCallback<KnowledgeGuestDocumentResponse> callback) Get a knowledge document by ID.KnowledgeApiAsync.getKnowledgeGuestSessionDocumentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<KnowledgeGuestDocumentResponse>> callback) Get a knowledge document by ID. -
Uses of KnowledgeGuestDocumentResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeGuestDocumentResponseModifier and TypeMethodDescriptionKnowledgeGuestDocumentResponse.alternatives(List<KnowledgeDocumentAlternative> alternatives) List of alternate phrases related to the title which improves search results.KnowledgeGuestDocumentResponse.dateCreated(Date dateCreated) Document creation date-time.KnowledgeGuestDocumentResponse.dateImported(Date dateImported) Document import date-time, or null if was not imported.KnowledgeGuestDocumentResponse.dateModified(Date dateModified) Document last modification date-time.KnowledgeGuestDocumentResponse.datePublished(Date datePublished) The date on which the document was last published.KnowledgeGuestDocumentResponse.documentVersion(AddressableEntityRef documentVersion) The version of the document.KnowledgeGuestDocumentResponse.lastPublishedVersionNumber(Integer lastPublishedVersionNumber) The last published version number of the document.KnowledgeGuestDocumentResponse.state(KnowledgeGuestDocumentResponse.StateEnum state) State of the document.Document title, having a limit of 500 words.KnowledgeGuestDocumentResponse.variations(List<KnowledgeGuestDocumentVariation> variations) Variations of the document.Indicates if the knowledge document should be included in search results.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type KnowledgeGuestDocumentResponseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type KnowledgeGuestDocumentResponseModifier and TypeMethodDescriptionKnowledgeGuestDocumentResponseListing.entities(List<KnowledgeGuestDocumentResponse> entities) voidKnowledgeGuestDocumentResponseListing.setEntities(List<KnowledgeGuestDocumentResponse> entities)