virtualAgentDesignUpdate Mutation
Updates an existing virtual agent design.
Input Argument
virtualAgentDesignUpdate accepts a single input argument, an input type,
which contains the values it uses.
The fields inside input are:
agentInstructionsDraft (
String)
New agent instructions (markdown). The text is validated asynchronously —
check validationStatus for the result. Once approved, the finalized text
appears in the read-only agentInstructions field.
clientMutationId (
String)
A unique identifier for the client performing the mutation.
id (
ID!)
The node ID of the record to update.
Return Fields
clientMutationId (
String)
A unique identifier for the client performing the mutation.
errors (
[ValidationError!])
Errors encountered during the mutation.
virtualAgentDesign (
VirtualAgentDesign)
Record after mutation.