Class AgentTool
Represents a tool that allows the agent to call another agent.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class AgentTool : IDirectResponseSchema
Properties
Description
Optional. Description of the tool's purpose.
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 |
Name
Required. The name of the agent tool.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RootAgent
Optional. The resource name of the root agent that is the entry point of the tool. Format:
projects/{project}/locations/{location}/agents/{agent}
Declaration
[JsonProperty("rootAgent")]
public virtual string RootAgent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |