Click or drag to resize

WorkspaceExport Class

WorkspaceExport.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1WorkspaceExport

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 WorkspaceExport

The WorkspaceExport type exposes the following members.

Constructors
  NameDescription
Public methodWorkspaceExport
Initializes a new instance of the WorkspaceExport class
Top
Properties
  NameDescription
Public propertyCounterexamples
An array of counterexamples.
Public propertyCreated
The timestamp for creation of the workspace.
Public propertyDescription
The description of the workspace.
Public propertyDialogNodes
An array of objects describing the dialog nodes in the workspace.
Public propertyEntities
An array of entities.
Public propertyIntents
An array of intents.
Public propertyLanguage
The language of the workspace.
Public propertyLearningOptOut
Whether training data from the workspace can be used by IBM for general service improvements. `true` indicates that workspace training data is not to be used.
Public propertyMetadata
Any metadata that is required by the workspace.
Public propertyName
The name of the workspace.
Public propertyStatus
The current status of the workspace.
Public propertyUpdated
The timestamp for the last update to the workspace.
Public propertyWorkspaceId
The workspace ID.
Top
See Also