http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-ai-a2a-core
/
org.http4k.ai.a2a.protocol.messages
/
A2AMessage
/
Send
/
Response
/
Task
Task
@
JsonSerializable
data
class
Task
(
val
result
:
Task
,
val
id
:
Any
?
,
val
jsonrpc
:
String
=
"2.0"
)
:
A2AMessage.Send.Response
(
source
)
Members
Constructors
Task
Link copied to clipboard
constructor
(
result
:
Task
,
id
:
Any
?
,
jsonrpc
:
String
=
"2.0"
)
Properties
id
Link copied to clipboard
open
override
val
id
:
Any
?
jsonrpc
Link copied to clipboard
val
jsonrpc
:
String
result
Link copied to clipboard
val
result
:
Task