Click or drag to resize

WorkspaceExportStatusEnum Enumeration

The current status of the workspace.

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 enum StatusEnum

Field Value

Type: 
The current status of the workspace.
Members
  Member nameValueDescription
NON_EXISTENT0 Enum NON_EXISTENT for Non Existent
TRAINING1 Enum TRAINING for Training
FAILED2 Enum FAILED for Failed
AVAILABLE3 Enum AVAILABLE for Available
UNAVAILABLE4 Enum UNAVAILABLE for Unavailable
See Also