IntValue

data class IntValue(val value: Int) : TypedData

Represents an integer value in the agent state.

Constructors

Link copied to clipboard
constructor(value: Int)

Properties

Link copied to clipboard
val value: Int

The integer value.