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 the intent includes examples and append=false
, all existing examples for
the intent are discarded and replaced with the new examples.
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.
Whether to include the audit properties (created
and updated
timestamps) in the response.
The intent name.
The description of the intent. This string cannot contain carriage return, newline, or tab characters.
An array of user input examples for the intent.
The name of the intent. This string must conform to the following restrictions:
sys-
.Unique identifier of the workspace.
Generated using TypeDoc
Parameters for the
updateIntent
operation.