Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeBaseCreateRequest
Packages that use KnowledgeBaseCreateRequest
Package
Description
-
Uses of KnowledgeBaseCreateRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type KnowledgeBaseCreateRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebases(KnowledgeBaseCreateRequest body) Create new knowledge baseKnowledgeApi.postKnowledgeKnowledgebasesWithHttpInfo(KnowledgeBaseCreateRequest body) Create new knowledge baseMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeBaseCreateRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebases(ApiRequest<KnowledgeBaseCreateRequest> request) Create new knowledge baseKnowledgeApiAsync.postKnowledgeKnowledgebasesAsync(ApiRequest<KnowledgeBaseCreateRequest> request, AsyncApiCallback<ApiResponse<KnowledgeBase>> callback) Create new knowledge base -
Uses of KnowledgeBaseCreateRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return KnowledgeBaseCreateRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type KnowledgeBaseCreateRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type KnowledgeBaseCreateRequestModifier and TypeMethodDescriptionPostKnowledgeKnowledgebasesRequest.builder(KnowledgeBaseCreateRequest body) voidPostKnowledgeKnowledgebasesRequest.setBody(KnowledgeBaseCreateRequest body) PostKnowledgeKnowledgebasesRequest.Builder.withBody(KnowledgeBaseCreateRequest body) PostKnowledgeKnowledgebasesRequest.withBody(KnowledgeBaseCreateRequest body) PostKnowledgeKnowledgebasesRequest.Builder.withRequiredParams(KnowledgeBaseCreateRequest body) -
Uses of KnowledgeBaseCreateRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeBaseCreateRequestModifier and TypeMethodDescriptionKnowledgeBaseCreateRequest.contentSearchEnabled(Boolean contentSearchEnabled) Flag that indicates the search on content is enabled for the knowledge base.KnowledgeBaseCreateRequest.coreLanguage(KnowledgeBaseCreateRequest.CoreLanguageEnum coreLanguage) Core language for knowledge base in which initial content must be created, language codes [en-US, en-UK, en-AU, de-DE] are supported currently.KnowledgeBaseCreateRequest.description(String description) Knowledge base descriptionKnowledge base name