Set

object Set(source)

Types

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
Link copied to clipboard
@JsonSerializable
data class Response(val result: TaskPushNotificationConfig, val id: Any?, val jsonrpc: String = "2.0") : A2AJsonRpcResponse