Protocol for handling instrumentation events from the Agentforce SDK. This protocol defines the interface for receiving and processing analytics and monitoring events generated throughout the SDK. Implementations can integrate with various analytics platforms, logging systems, or monitoring services.

MethodSignatureDescription
handleInstrumentationEventfunc handleInstrumentationEvent(event: AgentforceInstrumentationEvent)Processes an instrumentation event from the Agentforce SDK.