EnvironmentToAgentTerminationMessage

@Serializable
@SerialName(value = "TERMINATION")
data class EnvironmentToAgentTerminationMessage(val sessionUuid: Uuid, val content: EnvironmentToAgentTerminationContent? = null, val error: AgentServiceError? = null) : EnvironmentToAgentMessage(source)

Represents a termination request sent on behalf of the environment. These are a communication essential, as they signal to the server that it should perform cleanup for a particular session.

Constructors

Link copied to clipboard
constructor(sessionUuid: Uuid, content: EnvironmentToAgentTerminationContent? = null, error: AgentServiceError? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Optional environment error details.

Link copied to clipboard

Unique identifier for the session.