Click or drag to resize

Workspace Class

Workspace.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1Workspace

Namespace:  IBM.Watson.DeveloperCloud.Services.Assistant.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Workspace

The Workspace type exposes the following members.

Constructors
  NameDescription
Public methodWorkspace
Initializes a new instance of the Workspace class
Top
Properties
  NameDescription
Public propertyCreated
The timestamp for creation of the workspace.
Public propertyDescription
The description of the workspace.
Public propertyLanguage
The language of the workspace.
Public propertyLearningOptOut
Whether training data from the workspace (including artifacts such as intents and entities) can be used by IBM for general service improvements. `true` indicates that workspace training data is not to be used.
Public propertyMetadata
Any metadata related to the workspace.
Public propertyName
The name of the workspace.
Public propertyUpdated
The timestamp for the last update to the workspace.
Public propertyWorkspaceId
The workspace ID.
Top
See Also