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 | Method and 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.
|
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 Map<String,Object> humanAgentAssist()
For internal use only.
public Boolean spellingSuggestions()
Whether spelling correction is enabled for the workspace.
public 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.
Copyright © 2021 IBM Cloud. All rights reserved.