Show / Hide Table of Contents

Class LfA2aV1AgentCapabilities

Defines optional capabilities supported by an agent.

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

Properties

ETag

The ETag of the item.

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

ExtendedAgentCard

Indicates if the agent supports providing an extended agent card when authenticated.

Declaration
[JsonProperty("extendedAgentCard")]
public virtual bool? ExtendedAgentCard { get; set; }
Property Value
Type Description
bool?

Extensions

A list of protocol extensions supported by the agent.

Declaration
[JsonProperty("extensions")]
public virtual IList<LfA2aV1AgentExtension> Extensions { get; set; }
Property Value
Type Description
IList<LfA2aV1AgentExtension>

PushNotifications

Indicates if the agent supports sending push notifications for asynchronous task updates.

Declaration
[JsonProperty("pushNotifications")]
public virtual bool? PushNotifications { get; set; }
Property Value
Type Description
bool?

Streaming

Indicates if the agent supports streaming responses.

Declaration
[JsonProperty("streaming")]
public virtual bool? Streaming { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX