Uses of Class
org.a2aproject.sdk.grpc.AgentSkill.Builder
Packages that use AgentSkill.Builder
-
Uses of AgentSkill.Builder in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return AgentSkill.BuilderModifier and TypeMethodDescriptionAgentSkill.Builder.addAllExamples(Iterable<String> values) Example prompts or scenarios that this skill can handle.AgentSkill.Builder.addAllInputModes(Iterable<String> values) The set of supported input media types for this skill, overriding the agent's defaults.AgentSkill.Builder.addAllOutputModes(Iterable<String> values) The set of supported output media types for this skill, overriding the agent's defaults.AgentSkill.Builder.addAllSecurityRequirements(Iterable<? extends SecurityRequirement> values) Security schemes necessary for this skill.AgentSkill.Builder.addAllTags(Iterable<String> values) A set of keywords describing the skill's capabilities.AgentSkill.Builder.addExamples(String value) Example prompts or scenarios that this skill can handle.AgentSkill.Builder.addExamplesBytes(com.google.protobuf.ByteString value) Example prompts or scenarios that this skill can handle.AgentSkill.Builder.addInputModes(String value) The set of supported input media types for this skill, overriding the agent's defaults.AgentSkill.Builder.addInputModesBytes(com.google.protobuf.ByteString value) The set of supported input media types for this skill, overriding the agent's defaults.AgentSkill.Builder.addOutputModes(String value) The set of supported output media types for this skill, overriding the agent's defaults.AgentSkill.Builder.addOutputModesBytes(com.google.protobuf.ByteString value) The set of supported output media types for this skill, overriding the agent's defaults.AgentSkill.Builder.addSecurityRequirements(int index, SecurityRequirement value) Security schemes necessary for this skill.AgentSkill.Builder.addSecurityRequirements(int index, SecurityRequirement.Builder builderForValue) Security schemes necessary for this skill.AgentSkill.Builder.addSecurityRequirements(SecurityRequirement value) Security schemes necessary for this skill.AgentSkill.Builder.addSecurityRequirements(SecurityRequirement.Builder builderForValue) Security schemes necessary for this skill.AgentCard.Builder.addSkillsBuilder()Skills represent the abilities of an agent.AgentCard.Builder.addSkillsBuilder(int index) Skills represent the abilities of an agent.A set of keywords describing the skill's capabilities.AgentSkill.Builder.addTagsBytes(com.google.protobuf.ByteString value) A set of keywords describing the skill's capabilities.AgentSkill.Builder.clear()AgentSkill.Builder.clearDescription()A detailed description of the skill.AgentSkill.Builder.clearExamples()Example prompts or scenarios that this skill can handle.AgentSkill.Builder.clearId()A unique identifier for the agent's skill.AgentSkill.Builder.clearInputModes()The set of supported input media types for this skill, overriding the agent's defaults.AgentSkill.Builder.clearName()A human-readable name for the skill.AgentSkill.Builder.clearOutputModes()The set of supported output media types for this skill, overriding the agent's defaults.AgentSkill.Builder.clearSecurityRequirements()Security schemes necessary for this skill.AgentSkill.Builder.clearTags()A set of keywords describing the skill's capabilities.AgentCard.Builder.getSkillsBuilder(int index) Skills represent the abilities of an agent.AgentSkill.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AgentSkill.Builder.mergeFrom(com.google.protobuf.Message other) AgentSkill.Builder.mergeFrom(AgentSkill other) static AgentSkill.BuilderAgentSkill.newBuilder()static AgentSkill.BuilderAgentSkill.newBuilder(AgentSkill prototype) AgentSkill.newBuilderForType()protected AgentSkill.BuilderAgentSkill.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) AgentSkill.Builder.removeSecurityRequirements(int index) Security schemes necessary for this skill.AgentSkill.Builder.setDescription(String value) A detailed description of the skill.AgentSkill.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) A detailed description of the skill.AgentSkill.Builder.setExamples(int index, String value) Example prompts or scenarios that this skill can handle.A unique identifier for the agent's skill.AgentSkill.Builder.setIdBytes(com.google.protobuf.ByteString value) A unique identifier for the agent's skill.AgentSkill.Builder.setInputModes(int index, String value) The set of supported input media types for this skill, overriding the agent's defaults.A human-readable name for the skill.AgentSkill.Builder.setNameBytes(com.google.protobuf.ByteString value) A human-readable name for the skill.AgentSkill.Builder.setOutputModes(int index, String value) The set of supported output media types for this skill, overriding the agent's defaults.AgentSkill.Builder.setSecurityRequirements(int index, SecurityRequirement value) Security schemes necessary for this skill.AgentSkill.Builder.setSecurityRequirements(int index, SecurityRequirement.Builder builderForValue) Security schemes necessary for this skill.A set of keywords describing the skill's capabilities.AgentSkill.toBuilder()Methods in org.a2aproject.sdk.grpc that return types with arguments of type AgentSkill.BuilderModifier and TypeMethodDescriptionAgentCard.Builder.getSkillsBuilderList()Skills represent the abilities of an agent.Methods in org.a2aproject.sdk.grpc with parameters of type AgentSkill.BuilderModifier and TypeMethodDescriptionAgentCard.Builder.addSkills(int index, AgentSkill.Builder builderForValue) Skills represent the abilities of an agent.AgentCard.Builder.addSkills(AgentSkill.Builder builderForValue) Skills represent the abilities of an agent.AgentCard.Builder.setSkills(int index, AgentSkill.Builder builderForValue) Skills represent the abilities of an agent.