gemini4kt
Toggle table of contents
0.8.0
common
Target filter
common
Switch theme
Search in API
Skip to content
gemini4kt
gemini4kt
/
io.github.ugaikit.gemini4kt.live
/
SessionResumptionUpdate
Session
Resumption
Update
@
Serializable
data
class
SessionResumptionUpdate
(
val
newHandle
:
String
?
=
null
,
val
resumable
:
Boolean
?
=
null
)
Represents the session resumption update.
Members
Constructors
Session
Resumption
Update
Link copied to clipboard
constructor
(
newHandle
:
String
?
=
null
,
resumable
:
Boolean
?
=
null
)
Properties
new
Handle
Link copied to clipboard
val
newHandle
:
String
?
The new handle.
resumable
Link copied to clipboard
val
resumable
:
Boolean
?
The resumable.