AIAgentBeforeCloseEvent

data class AIAgentBeforeCloseEvent(val agentId: String, val eventId: String = AIAgentBeforeCloseEvent::class.simpleName!!) : DefinedFeatureEvent(source)

Represents an event that signifies the closure or termination of an AI agent identified by a unique agentId.

Constructors

Link copied to clipboard
constructor(agentId: String, eventId: String = AIAgentBeforeCloseEvent::class.simpleName!!)

Properties

Link copied to clipboard

The unique identifier of the AI agent.

Link copied to clipboard
open override val eventId: String
Link copied to clipboard
open override val messageType: FeatureMessage.Type

Specifies the type of the feature message for this event.

Link copied to clipboard
open override val timestamp: Long

The timestamp, represented as the number of milliseconds since the Unix epoch, indicating when the feature event was created.