GetAuthenticatedExtendedCardResponse

data class GetAuthenticatedExtendedCardResponse(val jsonrpc: String = "2.0", val id: RequestId? = null, val result: AgentCard? = null, val error: JSONRPCError? = null)(source)

https://a2a-protocol.org/latest/specification/#710-agentgetauthenticatedextendedcard

Constructors

Link copied to clipboard
constructor(jsonrpc: String = "2.0", id: RequestId? = null, result: AgentCard? = null, error: JSONRPCError? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@SerialName(value = "error")
val error: JSONRPCError?
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "jsonrpc")
val jsonrpc: String
Link copied to clipboard
@SerialName(value = "result")
val result: AgentCard?