Class WorkspaceSystemSettings.Builder
java.lang.Object
com.ibm.watson.assistant.v1.model.WorkspaceSystemSettings.Builder
- Enclosing class:
- WorkspaceSystemSettings
public static class WorkspaceSystemSettings.Builder extends Object
Builder.
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder. -
Method Summary
Modifier and Type Method Description WorkspaceSystemSettings
build()
Builds a WorkspaceSystemSettings.WorkspaceSystemSettings.Builder
disambiguation(WorkspaceSystemSettingsDisambiguation disambiguation)
Set the disambiguation.WorkspaceSystemSettings.Builder
humanAgentAssist(Map<String,Object> humanAgentAssist)
Set the humanAgentAssist.WorkspaceSystemSettings.Builder
offTopic(WorkspaceSystemSettingsOffTopic offTopic)
Set the offTopic.WorkspaceSystemSettings.Builder
spellingAutoCorrect(Boolean spellingAutoCorrect)
Set the spellingAutoCorrect.WorkspaceSystemSettings.Builder
spellingSuggestions(Boolean spellingSuggestions)
Set the spellingSuggestions.WorkspaceSystemSettings.Builder
systemEntities(WorkspaceSystemSettingsSystemEntities systemEntities)
Set the systemEntities.WorkspaceSystemSettings.Builder
tooling(WorkspaceSystemSettingsTooling tooling)
Set the tooling.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
Builds a WorkspaceSystemSettings.- Returns:
- the new WorkspaceSystemSettings instance
-
tooling
Set the tooling.- Parameters:
tooling
- the tooling- Returns:
- the WorkspaceSystemSettings builder
-
disambiguation
public WorkspaceSystemSettings.Builder disambiguation(WorkspaceSystemSettingsDisambiguation disambiguation)Set the disambiguation.- Parameters:
disambiguation
- the disambiguation- Returns:
- the WorkspaceSystemSettings builder
-
humanAgentAssist
Set the humanAgentAssist.- Parameters:
humanAgentAssist
- the humanAgentAssist- Returns:
- the WorkspaceSystemSettings builder
-
spellingSuggestions
Set the spellingSuggestions.- Parameters:
spellingSuggestions
- the spellingSuggestions- Returns:
- the WorkspaceSystemSettings builder
-
spellingAutoCorrect
Set the spellingAutoCorrect.- Parameters:
spellingAutoCorrect
- the spellingAutoCorrect- Returns:
- the WorkspaceSystemSettings builder
-
systemEntities
public WorkspaceSystemSettings.Builder systemEntities(WorkspaceSystemSettingsSystemEntities systemEntities)Set the systemEntities.- Parameters:
systemEntities
- the systemEntities- Returns:
- the WorkspaceSystemSettings builder
-
offTopic
Set the offTopic.- Parameters:
offTopic
- the offTopic- Returns:
- the WorkspaceSystemSettings builder
-