toggle menu
google-adk-kotlin
0.1.0
common
switch theme
search in API
google-adk-kotlin-core
/
com.google.adk.kt.sessions
/
GetSessionConfig
Get
Session
Config
data
class
GetSessionConfig
(
val
numRecentEvents
:
Int
?
=
null
,
val
afterTimestamp
:
Instant
?
=
null
)
Configuration for getting a session.
Members
Constructors
Get
Session
Config
Link copied to clipboard
constructor
(
numRecentEvents
:
Int
?
=
null
,
afterTimestamp
:
Instant
?
=
null
)
Properties
after
Timestamp
Link copied to clipboard
val
afterTimestamp
:
Instant
?
=
null
num
Recent
Events
Link copied to clipboard
val
numRecentEvents
:
Int
?
=
null