google-adk-kotlin
Toggle table of contents
0.9.0
common
Target filter
common
Switch theme
Search in API
Skip to content
google-adk-kotlin
google-adk-kotlin-core
/
com.google.adk.kt.callbacks
/
CallbackChoice
/
Continue
Continue
common
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
common
constructor
(
value
:
ContinueT
)
Properties
value
Link copied to clipboard
common
val
value
:
ContinueT