goldenSetItemCreate Mutation
Creates a new golden set item.
Input Argument
goldenSetItemCreate accepts a single input argument, an input type,
which contains the values it uses.
The fields inside input are:
clientMutationId (
String)
A unique identifier for the client performing the mutation.
expectedHitId (
ID!)
Global node ID of the Knowledge Article or Request Template the agent is
expected to surface. The node ID encodes both the type and the record ID, so
no separate expected_hit_type argument is required.
personId (
ID!)
ID of the person whose role and locale the evaluation impersonates.
promptQuery (
String!)
Free-text search prompt sent to the virtual agent during evaluation.
Return Fields
clientMutationId (
String)
A unique identifier for the client performing the mutation.
errors (
[ValidationError!])
Errors encountered during the mutation.
goldenSetItem (
GoldenSetItem)
Record after mutation.