Package io.a2a.spec
Class GetAuthenticatedExtendedCardResponse
- All Implemented Interfaces:
JSONRPCMessage
A response for the `agent/getAuthenticatedExtendedCard` method.
-
Field Summary
Fields inherited from class io.a2a.spec.JSONRPCResponse
error, id, jsonrpc, resultFields inherited from interface io.a2a.spec.JSONRPCMessage
JSONRPC_VERSION -
Constructor Summary
ConstructorsConstructorDescriptionGetAuthenticatedExtendedCardResponse(Object id, AgentCard result) GetAuthenticatedExtendedCardResponse(String jsonrpc, Object id, AgentCard result, JSONRPCError error) -
Method Summary
Methods inherited from class io.a2a.spec.JSONRPCResponse
getError, getId, getJsonrpc, getResult
-
Constructor Details
-
GetAuthenticatedExtendedCardResponse
public GetAuthenticatedExtendedCardResponse(String jsonrpc, Object id, AgentCard result, JSONRPCError error) -
GetAuthenticatedExtendedCardResponse
-
GetAuthenticatedExtendedCardResponse
-