public class WorkspaceSystemSettings
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description | 
|---|
| WorkspaceSystemSettings() | 
| Modifier and Type | Method and Description | 
|---|---|
| WorkspaceSystemSettingsDisambiguation | getDisambiguation()Gets the disambiguation. | 
| java.util.Map | getHumanAgentAssist()Gets the humanAgentAssist. | 
| WorkspaceSystemSettingsTooling | getTooling()Gets the tooling. | 
| void | setDisambiguation(WorkspaceSystemSettingsDisambiguation disambiguation)Sets the disambiguation. | 
| void | setHumanAgentAssist(java.util.Map humanAgentAssist)Sets the humanAgentAssist. | 
| void | setTooling(WorkspaceSystemSettingsTooling tooling)Sets the tooling. | 
public WorkspaceSystemSettingsTooling getTooling()
public WorkspaceSystemSettingsDisambiguation getDisambiguation()
public java.util.Map getHumanAgentAssist()
public void setTooling(WorkspaceSystemSettingsTooling tooling)
tooling - the new toolingpublic void setDisambiguation(WorkspaceSystemSettingsDisambiguation disambiguation)
disambiguation - the new disambiguationpublic void setHumanAgentAssist(java.util.Map humanAgentAssist)
humanAgentAssist - the new humanAgentAssist