AgentCardResponseSpecification
class AgentCardResponseSpecification(var card: AgentCard? = null, var error: JSONRPCError? = null, delay: Duration = Duration.ZERO) : AbstractResponseSpecification<Nothing, AgentCard> (source)