EnvironmentToAgentTerminationMessage
@Serializable
@SerialName(value = "TERMINATION")
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)