Show / Hide Table of Contents

Class AgentRemoteA2aAgent

The agent which will transfer execution to a remote A2A agent.

Inheritance
object
AgentRemoteA2aAgent
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 AgentRemoteA2aAgent : IDirectResponseSchema

Properties

A2aConfig

Required. The A2A connection configuration.

Declaration
[JsonProperty("a2aConfig")]
public virtual RemoteA2aConfig A2aConfig { get; set; }
Property Value
Type Description
RemoteA2aConfig

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX