Class: A2A::GetAuthenticatedExtendedCardResponse
- Inherits:
-
JSONRPC::Response
- Object
- JSONRPC::Response
- A2A::GetAuthenticatedExtendedCardResponse
- Defined in:
- lib/a2a/types/get_authenticated_extended_card_response.rb
Overview
Response to a ‘agent/getAuthenticatedExtendedCard` request. Returns an extended AgentCard with additional details for authenticated users.
Instance Method Summary collapse
-
#error ⇒ JSONRPC::Error?
Error information if the request failed.
-
#result ⇒ AgentCard?
The authenticated extended agent card if successful.
Instance Method Details
#error ⇒ JSONRPC::Error?
Returns Error information if the request failed.
11 |
# File 'lib/a2a/types/get_authenticated_extended_card_response.rb', line 11 attribute? :error, Types::Constructor(JSONRPC::Error).optional |