Click or drag to resize

UpdateWorkspace Class

UpdateWorkspace.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1UpdateWorkspace

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 UpdateWorkspace

The UpdateWorkspace type exposes the following members.

Constructors
  NameDescription
Public methodUpdateWorkspace
Initializes a new instance of the UpdateWorkspace class
Top
Properties
  NameDescription
Public propertyCounterexamples
An array of objects defining input examples that have been marked as irrelevant input.
Public propertyDescription
The description of the workspace. This string cannot contain carriage return, newline, or tab characters, and it must be no longer than 128 characters.
Public propertyDialogNodes
An array of objects defining the nodes in the workspace dialog.
Public propertyEntities
An array of objects defining the entities for the workspace.
Public propertyIntents
An array of objects defining the intents for the workspace.
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 related to the workspace.
Public propertyName
The name of the workspace. This string cannot contain carriage return, newline, or tab characters, and it must be no longer than 64 characters.
Top
See Also