AgentBeforeCloseContext

data class AgentBeforeCloseContext(val agentId: String)(source)

Represents the context passed to the handler that is executed before an agent is closed.

Constructors

Link copied to clipboard
constructor(agentId: String)

Properties

Link copied to clipboard

Identifier of the agent that is about to be closed.