Class Skill
Represents the skills of an Agent.
Implements
Inherited Members
Namespace: Google.Apis.AgentRegistry.v1alpha.Data
Assembly: Google.Apis.AgentRegistry.v1alpha.dll
Syntax
public class Skill : IDirectResponseSchema
Properties
Description
Output only. A more detailed description of the skill.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Examples
Output only. Example prompts or scenarios this skill can handle.
Declaration
[JsonProperty("examples")]
public virtual IList<string> Examples { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Id
Output only. A unique identifier for the agent's skill.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Output only. A human-readable name for the agent's skill.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Tags
Output only. Keywords describing the skill.
Declaration
[JsonProperty("tags")]
public virtual IList<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |