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
/
A2APushNotificationConfig
/
Set
Set
object
Set
(
source
)
Members
Types
Request
Link copied to clipboard
@
JsonSerializable
@
PolymorphicLabel
(
value
=
"CreateTaskPushNotificationConfig"
)
data
class
Request
(
val
params
:
A2APushNotificationConfig.Set.Request.Params
,
val
id
:
Any
?
,
val
jsonrpc
:
String
=
"2.0"
)
:
A2AJsonRpcRequest
Response
Link copied to clipboard
@
JsonSerializable
data
class
Response
(
val
result
:
TaskPushNotificationConfig
,
val
id
:
Any
?
,
val
jsonrpc
:
String
=
"2.0"
)
:
A2AJsonRpcResponse