Uses of Class
com.mypurecloud.sdk.v2.model.AuthoringKnowledgeSettings
Packages that use AuthoringKnowledgeSettings
-
Uses of AuthoringKnowledgeSettings in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AuthoringKnowledgeSettingsModifier and TypeMethodDescriptionAuthoringKnowledgeSettings.description(String description) Description of the knowledge settingsCreateGuideVersion.getKnowledgeSettings()GuideVersion.getKnowledgeSettings()UpdateGuideVersion.getKnowledgeSettings()AuthoringKnowledgeSettings.inheritFromExternal(Boolean inheritFromExternal) Whether to inherit knowledge settings from externalIf disabled, query detection is always enabled on the guide.AuthoringKnowledgeSettings.knowledgeId(String knowledgeId) The ID of the knowledge settings to useAuthoringKnowledgeSettings.knowledgeType(AuthoringKnowledgeSettings.KnowledgeTypeEnum knowledgeType) The type of the knowledge settings (Standard or Enhanced)Methods in com.mypurecloud.sdk.v2.model with parameters of type AuthoringKnowledgeSettingsModifier and TypeMethodDescriptionCreateGuideVersion.knowledgeSettings(AuthoringKnowledgeSettings knowledgeSettings) The knowledge settings associated with this version of the guide.GuideVersion.knowledgeSettings(AuthoringKnowledgeSettings knowledgeSettings) The knowledge settings associated with this version of the guide.UpdateGuideVersion.knowledgeSettings(AuthoringKnowledgeSettings knowledgeSettings) The knowledge settings associated with this version of the guide.voidCreateGuideVersion.setKnowledgeSettings(AuthoringKnowledgeSettings knowledgeSettings) voidGuideVersion.setKnowledgeSettings(AuthoringKnowledgeSettings knowledgeSettings) voidUpdateGuideVersion.setKnowledgeSettings(AuthoringKnowledgeSettings knowledgeSettings)