Package io.a2a.spec
Class SendMessageResponse
- All Implemented Interfaces:
JSONRPCMessage
The response after receiving a send message request.
-
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
ConstructorsConstructorDescriptionSendMessageResponse(Object id, EventKind result) SendMessageResponse(Object id, JSONRPCError error) SendMessageResponse(String jsonrpc, Object id, EventKind result, JSONRPCError error) -
Method Summary
Methods inherited from class io.a2a.spec.JSONRPCResponse
getError, getId, getJsonrpc, getResult
-
Constructor Details
-
SendMessageResponse
-
SendMessageResponse
-
SendMessageResponse
-