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.agents
/
ResumabilityConfig
Resumability
Config
common
data
class
ResumabilityConfig
(
val
isResumable
:
Boolean
=
false
)
Configuration for resumability in ADK.
Members
Constructors
Resumability
Config
Link copied to clipboard
common
constructor
(
isResumable
:
Boolean
=
false
)
Properties
is
Resumable
Link copied to clipboard
common
val
isResumable
:
Boolean
Whether the invocation is resumable.