Class AggregatedMetricsToolCallLatencyMetrics
Metrics for tool call latency.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class AggregatedMetricsToolCallLatencyMetrics : IDirectResponseSchema
Properties
AverageLatency
Output only. The average latency of the tool calls.
Declaration
[JsonProperty("averageLatency")]
public virtual object AverageLatency { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Tool
Output only. The name of the tool.
Declaration
[JsonProperty("tool")]
public virtual string Tool { get; set; }
Property Value
| Type | Description |
|---|---|
| string |