Show / Hide Table of Contents

Class Skill

Represents the skills of an Agent.

Inheritance
object
Skill
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX