public class WorkspaceSystemSettings extends com.ibm.cloud.sdk.core.service.model.DynamicModel<Object>
Modifier and Type | Class and Description |
---|---|
static class |
WorkspaceSystemSettings.Builder
Builder.
|
Constructor and Description |
---|
WorkspaceSystemSettings() |
public WorkspaceSystemSettings.Builder newBuilder()
public WorkspaceSystemSettingsTooling getTooling()
Workspace settings related to the Watson Assistant user interface.
public void setTooling(WorkspaceSystemSettingsTooling tooling)
tooling
- the new toolingpublic WorkspaceSystemSettingsDisambiguation getDisambiguation()
Workspace settings related to the disambiguation feature.
public void setDisambiguation(WorkspaceSystemSettingsDisambiguation disambiguation)
disambiguation
- the new disambiguationpublic Map<String,Object> getHumanAgentAssist()
For internal use only.
public void setHumanAgentAssist(Map<String,Object> humanAgentAssist)
humanAgentAssist
- the new humanAgentAssistpublic Boolean isSpellingSuggestions()
Whether spelling correction is enabled for the workspace.
public void setSpellingSuggestions(Boolean spellingSuggestions)
spellingSuggestions
- the new spellingSuggestionspublic Boolean isSpellingAutoCorrect()
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 void setSpellingAutoCorrect(Boolean spellingAutoCorrect)
spellingAutoCorrect
- the new spellingAutoCorrectpublic WorkspaceSystemSettingsSystemEntities getSystemEntities()
Workspace settings related to the behavior of system entities.
public void setSystemEntities(WorkspaceSystemSettingsSystemEntities systemEntities)
systemEntities
- the new systemEntitiespublic WorkspaceSystemSettingsOffTopic getOffTopic()
Workspace settings related to detection of irrelevant input.
public void setOffTopic(WorkspaceSystemSettingsOffTopic offTopic)
offTopic
- the new offTopicpublic WorkspaceSystemSettingsNlp getNlp()
Workspace settings related to the version of the training algorithms currently used by the skill.
public void setNlp(WorkspaceSystemSettingsNlp nlp)
nlp
- the new nlpCopyright © 2024 IBM Cloud. All rights reserved.