BooleanValue

data class BooleanValue(val value: Boolean) : TypedData

Represents a boolean value in the agent state.

Constructors

Link copied to clipboard
constructor(value: Boolean)

Properties

Link copied to clipboard

The boolean value.