Class RemoteAgentTool
Represents a tool that allows the agent to call another remote agent.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class RemoteAgentTool : IDirectResponseSchema
Properties
AgentCard
Required. The agent card of the remote agent that this tool invokes.
Declaration
[JsonProperty("agentCard")]
public virtual AgentCard AgentCard { get; set; }
Property Value
| Type | Description |
|---|---|
| AgentCard |
ApiAuthentication
Optional. Authentication configuration for calling the remote agent.
Declaration
[JsonProperty("apiAuthentication")]
public virtual ApiAuthentication ApiAuthentication { get; set; }
Property Value
| Type | Description |
|---|---|
| ApiAuthentication |
Description
Required. The description of the tool.
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 tool.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |