toggle menu
google-adk-kotlin
0.1.0
jvm
switch theme
search in API
google-adk-kotlin-webserver
/
com.google.adk.kt.webserver.models
/
RunRequest
Run
Request
data
class
RunRequest
(
val
agentId
:
String
,
val
input
:
String
,
val
sessionId
:
String
?
=
null
)
Members
Constructors
Run
Request
Link copied to clipboard
constructor
(
agentId
:
String
,
input
:
String
,
sessionId
:
String
?
=
null
)
Properties
agent
Id
Link copied to clipboard
val
agentId
:
String
input
Link copied to clipboard
val
input
:
String
session
Id
Link copied to clipboard
val
sessionId
:
String
?
=
null