public class WorkspaceSystemSettings
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
WorkspaceSystemSettings.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected WorkspaceSystemSettingsDisambiguation |
disambiguation |
protected java.util.Map<java.lang.String,java.lang.Object> |
humanAgentAssist |
protected WorkspaceSystemSettingsOffTopic |
offTopic |
protected java.lang.Boolean |
spellingAutoCorrect |
protected java.lang.Boolean |
spellingSuggestions |
protected WorkspaceSystemSettingsSystemEntities |
systemEntities |
protected WorkspaceSystemSettingsTooling |
tooling |
Modifier | Constructor and Description |
---|---|
protected |
WorkspaceSystemSettings(WorkspaceSystemSettings.Builder builder) |
Modifier and Type | Method and Description |
---|---|
WorkspaceSystemSettingsDisambiguation |
disambiguation()
Gets the disambiguation.
|
java.util.Map<java.lang.String,java.lang.Object> |
humanAgentAssist()
Gets the humanAgentAssist.
|
WorkspaceSystemSettings.Builder |
newBuilder()
New builder.
|
WorkspaceSystemSettingsOffTopic |
offTopic()
Gets the offTopic.
|
java.lang.Boolean |
spellingAutoCorrect()
Gets the spellingAutoCorrect.
|
java.lang.Boolean |
spellingSuggestions()
Gets the spellingSuggestions.
|
WorkspaceSystemSettingsSystemEntities |
systemEntities()
Gets the systemEntities.
|
WorkspaceSystemSettingsTooling |
tooling()
Gets the tooling.
|
protected WorkspaceSystemSettingsTooling tooling
protected WorkspaceSystemSettingsDisambiguation disambiguation
@SerializedName(value="human_agent_assist") protected java.util.Map<java.lang.String,java.lang.Object> humanAgentAssist
@SerializedName(value="spelling_suggestions") protected java.lang.Boolean spellingSuggestions
@SerializedName(value="spelling_auto_correct") protected java.lang.Boolean spellingAutoCorrect
@SerializedName(value="system_entities") protected WorkspaceSystemSettingsSystemEntities systemEntities
@SerializedName(value="off_topic") protected WorkspaceSystemSettingsOffTopic offTopic
protected WorkspaceSystemSettings(WorkspaceSystemSettings.Builder builder)
public WorkspaceSystemSettings.Builder newBuilder()
public WorkspaceSystemSettingsTooling tooling()
Workspace settings related to the Watson Assistant user interface.
public WorkspaceSystemSettingsDisambiguation disambiguation()
Workspace settings related to the disambiguation feature.
public java.util.Map<java.lang.String,java.lang.Object> humanAgentAssist()
For internal use only.
public java.lang.Boolean spellingSuggestions()
Whether spelling correction is enabled for the workspace.
public java.lang.Boolean 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.
public WorkspaceSystemSettingsSystemEntities systemEntities()
Workspace settings related to the behavior of system entities.
public WorkspaceSystemSettingsOffTopic offTopic()
Workspace settings related to detection of irrelevant input.