Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentCreateRequest
Packages that use KnowledgeDocumentCreateRequest
Package
Description
-
Uses of KnowledgeDocumentCreateRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type KnowledgeDocumentCreateRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseDocuments(String knowledgeBaseId, KnowledgeDocumentCreateRequest body) Create document.KnowledgeApi.postKnowledgeKnowledgebaseDocumentsWithHttpInfo(String knowledgeBaseId, KnowledgeDocumentCreateRequest body) Create document.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeDocumentCreateRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseDocuments(ApiRequest<KnowledgeDocumentCreateRequest> request) Create document.KnowledgeApiAsync.postKnowledgeKnowledgebaseDocumentsAsync(ApiRequest<KnowledgeDocumentCreateRequest> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentResponse>> callback) Create document. -
Uses of KnowledgeDocumentCreateRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return KnowledgeDocumentCreateRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type KnowledgeDocumentCreateRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type KnowledgeDocumentCreateRequestModifier and TypeMethodDescriptionPostKnowledgeKnowledgebaseDocumentsRequest.builder(String knowledgeBaseId, KnowledgeDocumentCreateRequest body) voidPostKnowledgeKnowledgebaseDocumentsRequest.setBody(KnowledgeDocumentCreateRequest body) PostKnowledgeKnowledgebaseDocumentsRequest.Builder.withBody(KnowledgeDocumentCreateRequest body) PostKnowledgeKnowledgebaseDocumentsRequest.withBody(KnowledgeDocumentCreateRequest body) PostKnowledgeKnowledgebaseDocumentsRequest.Builder.withRequiredParams(String knowledgeBaseId, KnowledgeDocumentCreateRequest body) -
Uses of KnowledgeDocumentCreateRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentCreateRequestModifier and TypeMethodDescriptionKnowledgeDocumentCreateRequest.alternatives(List<KnowledgeDocumentAlternative> alternatives) List of alternate phrases related to the title which improves search results.KnowledgeDocumentCreateRequest.categoryId(String categoryId) The category associated with the document.KnowledgeDocumentCreateRequest.externalId(String externalId) The external id associated with the document.KnowledgeDocumentCreateRequest.externalUrl(String externalUrl) The URL to external document.The ids of labels associated with the document.Document title.Indicates if the knowledge document should be included in search results.