LfA2aV1AgentCard constructor

LfA2aV1AgentCard({
  1. LfA2aV1AgentCapabilities? capabilities,
  2. List<String>? defaultInputModes,
  3. List<String>? defaultOutputModes,
  4. String? description,
  5. String? documentationUrl,
  6. String? iconUrl,
  7. String? name,
  8. LfA2aV1AgentProvider? provider,
  9. List<LfA2aV1SecurityRequirement>? securityRequirements,
  10. Map<String, LfA2aV1SecurityScheme>? securitySchemes,
  11. List<LfA2aV1AgentCardSignature>? signatures,
  12. List<LfA2aV1AgentSkill>? skills,
  13. List<LfA2aV1AgentInterface>? supportedInterfaces,
  14. String? version,
})

Implementation

LfA2aV1AgentCard({
  this.capabilities,
  this.defaultInputModes,
  this.defaultOutputModes,
  this.description,
  this.documentationUrl,
  this.iconUrl,
  this.name,
  this.provider,
  this.securityRequirements,
  this.securitySchemes,
  this.signatures,
  this.skills,
  this.supportedInterfaces,
  this.version,
});