Package com.mypurecloud.sdk.v2.model
Class AuthoringKnowledgeSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.AuthoringKnowledgeSettings
- All Implemented Interfaces:
Serializable
AuthoringKnowledgeSettings
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of the knowledge settings (Standard or Enhanced) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Description of the knowledge settingsbooleaninthashCode()inheritFromExternal(Boolean inheritFromExternal) Whether to inherit knowledge settings from externalIf disabled, query detection is always enabled on the guide.knowledgeId(String knowledgeId) The ID of the knowledge settings to useknowledgeType(AuthoringKnowledgeSettings.KnowledgeTypeEnum knowledgeType) The type of the knowledge settings (Standard or Enhanced)voidsetDescription(String description) voidsetInheritFromExternal(Boolean inheritFromExternal) voidsetKnowledgeId(String knowledgeId) voidsetKnowledgeType(AuthoringKnowledgeSettings.KnowledgeTypeEnum knowledgeType) toString()
-
Constructor Details
-
AuthoringKnowledgeSettings
public AuthoringKnowledgeSettings() -
AuthoringKnowledgeSettings
-
-
Method Details
-
knowledgeId
The ID of the knowledge settings to use -
getKnowledgeId
-
setKnowledgeId
-
description
Description of the knowledge settings -
getDescription
-
setDescription
-
knowledgeType
public AuthoringKnowledgeSettings knowledgeType(AuthoringKnowledgeSettings.KnowledgeTypeEnum knowledgeType) The type of the knowledge settings (Standard or Enhanced) -
getKnowledgeType
-
setKnowledgeType
-
inheritFromExternal
Whether to inherit knowledge settings from externalIf disabled, query detection is always enabled on the guide. -
getInheritFromExternal
-
setInheritFromExternal
-
equals
-
hashCode
public int hashCode() -
toString
-