Class WorkspaceSystemSettingsSystemEntities
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.WorkspaceSystemSettingsSystemEntities
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class WorkspaceSystemSettingsSystemEntities
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Workspace settings related to the behavior of system entities.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WorkspaceSystemSettingsSystemEntities.Builder
Builder. -
Method Summary
Modifier and Type Method Description Boolean
enabled()
Gets the enabled.WorkspaceSystemSettingsSystemEntities.Builder
newBuilder()
New builder.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a WorkspaceSystemSettingsSystemEntities builder
-
enabled
Gets the enabled.Whether the new system entities are enabled for the workspace.
- Returns:
- the enabled
-