Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeSettingsRequest
Packages that use KnowledgeSettingsRequest
Package
Description
-
Uses of KnowledgeSettingsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type KnowledgeSettingsRequestModifier and TypeMethodDescriptionKnowledgeApi.patchKnowledgeSetting(String knowledgeSettingId, KnowledgeSettingsRequest body) Update Knowledge setting.KnowledgeApi.patchKnowledgeSettingWithHttpInfo(String knowledgeSettingId, KnowledgeSettingsRequest body) Update Knowledge setting.KnowledgeApi.postKnowledgeSettings(KnowledgeSettingsRequest body) Create Knowledge setting.KnowledgeApi.postKnowledgeSettingsWithHttpInfo(KnowledgeSettingsRequest body) Create Knowledge setting.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeSettingsRequestModifier and TypeMethodDescriptionKnowledgeApi.patchKnowledgeSetting(ApiRequest<KnowledgeSettingsRequest> request) Update Knowledge setting.KnowledgeApiAsync.patchKnowledgeSettingAsync(ApiRequest<KnowledgeSettingsRequest> request, AsyncApiCallback<ApiResponse<KnowledgeSettingsResponse>> callback) Update Knowledge setting.KnowledgeApi.postKnowledgeSettings(ApiRequest<KnowledgeSettingsRequest> request) Create Knowledge setting.KnowledgeApiAsync.postKnowledgeSettingsAsync(ApiRequest<KnowledgeSettingsRequest> request, AsyncApiCallback<ApiResponse<KnowledgeSettingsResponse>> callback) Create Knowledge setting. -
Uses of KnowledgeSettingsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return KnowledgeSettingsRequestModifier and TypeMethodDescriptionPatchKnowledgeSettingRequest.getBody()PostKnowledgeSettingsRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type KnowledgeSettingsRequestModifier and TypeMethodDescriptionPatchKnowledgeSettingRequest.withHttpInfo()PostKnowledgeSettingsRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type KnowledgeSettingsRequestModifier and TypeMethodDescriptionPatchKnowledgeSettingRequest.builder(String knowledgeSettingId, KnowledgeSettingsRequest body) voidPatchKnowledgeSettingRequest.setBody(KnowledgeSettingsRequest body) voidPostKnowledgeSettingsRequest.setBody(KnowledgeSettingsRequest body) PatchKnowledgeSettingRequest.Builder.withBody(KnowledgeSettingsRequest body) PatchKnowledgeSettingRequest.withBody(KnowledgeSettingsRequest body) PostKnowledgeSettingsRequest.Builder.withBody(KnowledgeSettingsRequest body) PostKnowledgeSettingsRequest.withBody(KnowledgeSettingsRequest body) PatchKnowledgeSettingRequest.Builder.withRequiredParams(String knowledgeSettingId, KnowledgeSettingsRequest body) -
Uses of KnowledgeSettingsRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeSettingsRequestModifier and TypeMethodDescriptionKnowledgeSettingsRequest.description(String description) Knowledge setting description.KnowledgeSettingsRequest.filter(V3SourceTagFilter filter) Composite tag filter of search results.KnowledgeSettingsRequest.generationSetting(KnowledgeGenerationSetting generationSetting) Setting for answer generation.Knowledge setting name.KnowledgeSettingsRequest.sources(List<V3SourceRef> sources) Knowledge source information to search upon.Indicates if stateful search and generation is enabled for the knowledge setting.