public sealed class Agent.Types.Skill : IMessage<Agent.Types.Skill>, IEquatable<Agent.Types.Skill>, IDeepCloneable<Agent.Types.Skill>, IBufferMessage, IMessageReference documentation and code samples for the Agent Registry v1 API class Agent.Types.Skill.
Represents the skills of an Agent.
Implements
IMessageAgentTypesSkill, IEquatableAgentTypesSkill, IDeepCloneableAgentTypesSkill, IBufferMessage, IMessageNamespace
Google.Cloud.AgentRegistry.V1Assembly
Google.Cloud.AgentRegistry.V1.dll
Constructors
Skill()
public Skill()Skill(Skill)
public Skill(Agent.Types.Skill other)| Parameter | |
|---|---|
| Name | Description |
other |
AgentTypesSkill |
Properties
Description
public string Description { get; set; }Output only. A more detailed description of the skill.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Examples
public RepeatedField<string> Examples { get; }Output only. Example prompts or scenarios this skill can handle.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Id
public string Id { get; set; }Output only. A unique identifier for the agent's skill.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Output only. A human-readable name for the agent's skill.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Tags
public RepeatedField<string> Tags { get; }Output only. Keywords describing the skill.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|