Class WorkspaceSystemSettings
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.WorkspaceSystemSettings
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class WorkspaceSystemSettings
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Global settings for the workspace.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WorkspaceSystemSettings.Builder
Builder. -
Method Summary
Modifier and Type Method Description WorkspaceSystemSettingsDisambiguation
disambiguation()
Gets the disambiguation.Map<String,Object>
humanAgentAssist()
Gets the humanAgentAssist.WorkspaceSystemSettings.Builder
newBuilder()
New builder.WorkspaceSystemSettingsOffTopic
offTopic()
Gets the offTopic.Boolean
spellingAutoCorrect()
Gets the spellingAutoCorrect.Boolean
spellingSuggestions()
Gets the spellingSuggestions.WorkspaceSystemSettingsSystemEntities
systemEntities()
Gets the systemEntities.WorkspaceSystemSettingsTooling
tooling()
Gets the tooling.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a WorkspaceSystemSettings builder
-
tooling
Gets the tooling.Workspace settings related to the Watson Assistant user interface.
- Returns:
- the tooling
-
disambiguation
Gets the disambiguation.Workspace settings related to the disambiguation feature.
- Returns:
- the disambiguation
-
humanAgentAssist
Gets the humanAgentAssist.For internal use only.
- Returns:
- the humanAgentAssist
-
spellingSuggestions
Gets the spellingSuggestions.Whether spelling correction is enabled for the workspace.
- Returns:
- the spellingSuggestions
-
spellingAutoCorrect
Gets the spellingAutoCorrect.Whether autocorrection is enabled for the workspace. If spelling correction is enabled and this property is `false`, any suggested corrections are returned in the **suggested_text** property of the message response. If this property is `true`, any corrections are automatically applied to the user input, and the original text is returned in the **original_text** property of the message response.
- Returns:
- the spellingAutoCorrect
-
systemEntities
Gets the systemEntities.Workspace settings related to the behavior of system entities.
- Returns:
- the systemEntities
-
offTopic
Gets the offTopic.Workspace settings related to detection of irrelevant input.
- Returns:
- the offTopic
-