UpdateWorkspace Class |
Namespace: IBM.Watson.DeveloperCloud.Services.Assistant.v1
public class UpdateWorkspace
The UpdateWorkspace type exposes the following members.
Name | Description | |
---|---|---|
UpdateWorkspace | Initializes a new instance of the UpdateWorkspace class |
Name | Description | |
---|---|---|
Counterexamples |
An array of objects defining input examples that have been marked as irrelevant input.
| |
Description |
The description of the workspace. This string cannot contain carriage return, newline, or tab characters, and it must be no longer than 128 characters.
| |
DialogNodes |
An array of objects defining the nodes in the workspace dialog.
| |
Entities |
An array of objects defining the entities for the workspace.
| |
Intents |
An array of objects defining the intents for the workspace.
| |
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 related to the workspace.
| |
Name |
The name of the workspace. This string cannot contain carriage return, newline, or tab characters, and it must be no longer than 64 characters.
|