toggle menu
google-adk-kotlin
0.1.0
jvm
switch theme
search in API
google-adk-kotlin-webserver
/
com.google.adk.kt.webserver.models
/
RunResponse
Run
Response
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