Uses of Class
com.ibm.watson.assistant.v1.model.WorkspaceSystemSettings
Package | Description |
---|---|
com.ibm.watson.assistant.v1.model |
-
Uses of WorkspaceSystemSettings in com.ibm.watson.assistant.v1.model
Methods in com.ibm.watson.assistant.v1.model that return WorkspaceSystemSettings Modifier and Type Method Description WorkspaceSystemSettings
WorkspaceSystemSettings.Builder. build()
Builds a WorkspaceSystemSettings.WorkspaceSystemSettings
Workspace. getSystemSettings()
Gets the systemSettings.WorkspaceSystemSettings
CreateWorkspaceOptions. systemSettings()
Gets the systemSettings.WorkspaceSystemSettings
UpdateWorkspaceOptions. systemSettings()
Gets the systemSettings.Methods in com.ibm.watson.assistant.v1.model with parameters of type WorkspaceSystemSettings Modifier and Type Method Description CreateWorkspaceOptions.Builder
CreateWorkspaceOptions.Builder. systemSettings(WorkspaceSystemSettings systemSettings)
Set the systemSettings.UpdateWorkspaceOptions.Builder
UpdateWorkspaceOptions.Builder. systemSettings(WorkspaceSystemSettings systemSettings)
Set the systemSettings.