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:
agentInstructions (
String)
Instructions for the virtual agent in markdown format.
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.