toggle menu
google-adk-kotlin
0.1.0
common
switch theme
search in API
google-adk-kotlin-core
/
com.google.adk.kt.callbacks
/
CallbackChoice
/
Continue
Continue
data
class
Continue
<
out
ContinueT
>
(
val
value
:
ContinueT
)
:
CallbackChoice
<
ContinueT
,
Nothing
>
Proceed with the execution, passing the original or modified data to the next stage.
Members
Constructors
Continue
Link copied to clipboard
constructor
(
value
:
ContinueT
)
Properties
value
Link copied to clipboard
val
value
:
ContinueT