AIAgentStrategyStartEvent

@Serializable
data class AIAgentStrategyStartEvent(val strategyName: String, val eventId: String = AIAgentStrategyStartEvent::class.simpleName!!) : DefinedFeatureEvent(source)

Constructors

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

Properties

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