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

AgentUserEventCancel

    Represents an agent user event.

    Properties

    • 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.
    • timestamp string required
      When the event occurred.
    • type string required