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.
  • Method Details

    • newBuilder

      public WorkspaceSystemSettings.Builder newBuilder()
      New builder.
      Returns:
      a WorkspaceSystemSettings builder
    • tooling

      Gets the tooling.

      Workspace settings related to the Watson Assistant user interface.

      Returns:
      the tooling
    • disambiguation

      public WorkspaceSystemSettingsDisambiguation disambiguation()
      Gets the disambiguation.

      Workspace settings related to the disambiguation feature.

      Returns:
      the disambiguation
    • humanAgentAssist

      public Map<String,​Object> humanAgentAssist()
      Gets the humanAgentAssist.

      For internal use only.

      Returns:
      the humanAgentAssist
    • spellingSuggestions

      public Boolean spellingSuggestions()
      Gets the spellingSuggestions.

      Whether spelling correction is enabled for the workspace.

      Returns:
      the spellingSuggestions
    • spellingAutoCorrect

      public Boolean 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

      public WorkspaceSystemSettingsSystemEntities 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