Show / Hide Table of Contents

Class AgentSkill

Represents a distinct capability or function that an agent can perform.

Inheritance
object
AgentSkill
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.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class AgentSkill : IDirectResponseSchema

Properties

Description

Required. A 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

Example prompts or scenarios that this skill can handle.

Declaration
[JsonProperty("examples")]
public virtual IList<string> Examples { get; set; }
Property Value
Type Description
IList<string>

Id

Required. A unique identifier for the agent's skill.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

InputModes

The set of supported input media types for this skill, overriding the agent's defaults.

Declaration
[JsonProperty("inputModes")]
public virtual IList<string> InputModes { get; set; }
Property Value
Type Description
IList<string>

Name

Required. A human-readable name for the skill.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

OutputModes

The set of supported output media types for this skill, overriding the agent's defaults.

Declaration
[JsonProperty("outputModes")]
public virtual IList<string> OutputModes { get; set; }
Property Value
Type Description
IList<string>

Tags

Required. A set of keywords describing the skill's capabilities.

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