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
/
Request
Request
@
JsonSerializable
@
PolymorphicLabel
(
value
=
"CreateTaskPushNotificationConfig"
)
data
class
Request
(
val
params
:
A2APushNotificationConfig.Set.Request.Params
,
val
id
:
Any
?
,
val
jsonrpc
:
String
=
"2.0"
)
:
A2AJsonRpcRequest
(
source
)
Members
Constructors
Request
Link copied to clipboard
constructor
(
params
:
A2APushNotificationConfig.Set.Request.Params
,
id
:
Any
?
,
jsonrpc
:
String
=
"2.0"
)
Types
Params
Link copied to clipboard
@
JsonSerializable
data
class
Params
(
val
taskId
:
TaskId
,
val
url
:
Uri
,
val
token
:
String
?
=
null
,
val
authentication
:
AuthenticationInfo
?
=
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
:
A2APushNotificationConfig.Set.Request.Params