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
/
BidiGenerateContentClientContent
Bidi
Generate
Content
Client
Content
@
Serializable
data
class
BidiGenerateContentClientContent
(
val
turns
:
List
<
Content
>
?
=
null
,
val
turnComplete
:
Boolean
?
=
null
)
Incremental update of the current conversation delivered from the client.
Members
Constructors
Bidi
Generate
Content
Client
Content
Link copied to clipboard
constructor
(
turns
:
List
<
Content
>
?
=
null
,
turnComplete
:
Boolean
?
=
null
)
Properties
turn
Complete
Link copied to clipboard
val
turnComplete
:
Boolean
?
turns
Link copied to clipboard
val
turns
:
List
<
Content
>
?