1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AgentUserEventConfirmation

AgentUserEventConfirmation

    Represents an agent user event.

    Properties

    • approval_request_id string required
      ID to correlate the question the user is responding to.
    • entity_diff AgentEntityDiff optional
      Entities to add or remove from the agent.
    • add array[AgentEntity] optional
      Entities to add to the Agent’s context. Entities must be valid, and will be automatically deleted if they are invalid.
    • remove array[AgentEntity] optional
      Entities to remove from the Agent’s context.
    • ok boolean required
      Boolean confirmation response.
    • instructions string optional
      If the request was rejected, this is field carries instructions to the agent on what to do instead.
    • timestamp string required
      When the event occurred.
    • type string required