google-adk-kotlin
Toggle table of contents
0.9.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
google-adk-kotlin
google-adk-kotlin-webserver
/
com.google.adk.kt.webserver.models
/
RunResponse
Run
Response
@
Serializable
data
class
RunResponse
(
val
output
:
String
,
val
sessionId
:
String
)
Members
Constructors
Run
Response
Link copied to clipboard
constructor
(
output
:
String
,
sessionId
:
String
)
Properties
output
Link copied to clipboard
val
output
:
String
session
Id
Link copied to clipboard
val
sessionId
:
String