Show / Hide Table of Contents

Class RemoteAgentTool

Represents a tool that allows the agent to call another remote agent.

Inheritance
object
RemoteAgentTool
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 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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX