Class LfA2aV1AgentCapabilities
Defines optional capabilities supported by an agent.
Implements
Inherited Members
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? |