toggle menu
google-adk-kotlin
0.1.0
common
switch theme
search in API
google-adk-kotlin-core
/
com.google.adk.kt.sessions
/
Session
/
Session
Session
constructor
(
key
:
SessionKey
,
state
:
State
=
State()
,
events
:
MutableList
<
Event
>
=
mutableListOf()
,
lastUpdateTime
:
Instant
=
Instant.fromEpochMilliseconds(0)
)