WorkspaceExport Class |
Namespace: IBM.Watson.DeveloperCloud.Services.Assistant.v1
public class WorkspaceExport
The WorkspaceExport type exposes the following members.
| Name | Description | |
|---|---|---|
| WorkspaceExport | Initializes a new instance of the WorkspaceExport class |
| Name | Description | |
|---|---|---|
| Counterexamples |
An array of counterexamples.
| |
| Created |
The timestamp for creation of the workspace.
| |
| Description |
The description of the workspace.
| |
| DialogNodes |
An array of objects describing the dialog nodes in the workspace.
| |
| Entities |
An array of entities.
| |
| Intents |
An array of intents.
| |
| Language |
The language of the workspace.
| |
| LearningOptOut |
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.
| |
| Metadata |
Any metadata that is required by the workspace.
| |
| Name |
The name of the workspace.
| |
| Status |
The current status of the workspace.
| |
| Updated |
The timestamp for the last update to the workspace.
| |
| WorkspaceId |
The workspace ID.
|