Uses of Record Class
org.a2aproject.sdk.spec.AgentSkill
Packages that use AgentSkill
Package
Description
JSON processing exceptions for the A2A Java SDK.
-
Uses of AgentSkill in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return AgentSkillModifier and TypeMethodDescriptionAgentSkillMapper.fromProto(AgentSkill proto) AgentSkillMapperImpl.fromProto(AgentSkill proto) Methods in org.a2aproject.sdk.grpc.mapper that return types with arguments of type AgentSkillModifier and TypeMethodDescriptionprotected List<AgentSkill>AgentCardMapperImpl.agentSkillListToAgentSkillList(List<AgentSkill> list) Methods in org.a2aproject.sdk.grpc.mapper with parameters of type AgentSkillModifier and TypeMethodDescriptionAgentSkillMapper.toProto(AgentSkill domain) AgentSkillMapperImpl.toProto(AgentSkill domain) -
Uses of AgentSkill in org.a2aproject.sdk.spec
Methods in org.a2aproject.sdk.spec that return AgentSkillModifier and TypeMethodDescriptionAgentSkill.Builder.build()Builds an immutableAgentSkillfrom the current builder state.Methods in org.a2aproject.sdk.spec that return types with arguments of type AgentSkillModifier and TypeMethodDescriptionAgentCard.skills()Returns the value of theskillsrecord component.Method parameters in org.a2aproject.sdk.spec with type arguments of type AgentSkillModifier and TypeMethodDescriptionAgentCard.Builder.skills(List<AgentSkill> skills) Sets the list of skills that this agent can perform.