toggle menu
google-adk-kotlin
0.2.0
common
switch theme
search in API
google-adk-kotlin-core
/
com.google.adk.kt.agents
/
TypedData
/
IntValue
Int
Value
data
class
IntValue
(
val
value
:
Int
)
:
TypedData
Represents an integer value in the agent state.
Members
Constructors
Int
Value
Link copied to clipboard
constructor
(
value
:
Int
)
Properties
value
Link copied to clipboard
val
value
:
Int
The integer value.