Whether the new data is to be appended to the existing data in the object. If append=false
, elements
included in the new data completely replace the corresponding existing elements, including all subelements. For
example, if the new data for a workspace includes entities and append=false
, all existing entities in
the workspace are discarded and replaced with the new entities.
If append=true
, existing elements are preserved, and the new elements are added. If any elements in the
new data collide with existing elements, the update request fails.
An array of objects defining input examples that have been marked as irrelevant input.
The description of the workspace. This string cannot contain carriage return, newline, or tab characters.
An array of objects describing the dialog nodes in the workspace.
An array of objects describing the entities for the workspace.
Whether to include the audit properties (created
and updated
timestamps) in the response.
An array of objects defining the intents for the workspace.
The language of the workspace.
Whether training data from the workspace (including artifacts such as intents and entities) can be used by
IBM for general service improvements. true
indicates that workspace training data is not to be used.
Any metadata related to the workspace.
The name of the workspace. This string cannot contain carriage return, newline, or tab characters.
Global settings for the workspace.
Unique identifier of the workspace.
Generated using TypeDoc
Parameters for the
updateWorkspace
operation.