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
/
Request
Request
@
JsonSerializable
@
PolymorphicLabel
(
value
=
"SendMessage"
)
data
class
Request
(
val
params
:
A2AMessage.Send.Request.Params
,
val
id
:
Any
?
,
val
jsonrpc
:
String
=
"2.0"
)
:
A2AJsonRpcRequest
(
source
)
Members
Constructors
Request
Link copied to clipboard
constructor
(
params
:
A2AMessage.Send.Request.Params
,
id
:
Any
?
,
jsonrpc
:
String
=
"2.0"
)
Types
Params
Link copied to clipboard
@
JsonSerializable
data
class
Params
(
val
message
:
Message
,
val
configuration
:
SendMessageConfiguration
?
=
null
,
val
metadata
:
Map
<
String
,
Any
>
?
=
null
,
val
tenant
:
Tenant
?
=
null
)
Properties
id
Link copied to clipboard
open
override
val
id
:
Any
?
jsonrpc
Link copied to clipboard
val
jsonrpc
:
String
method
Link copied to clipboard
open
override
val
method
:
A2ARpcMethod
params
Link copied to clipboard
val
params
:
A2AMessage.Send.Request.Params