Show / Hide Table of Contents

Class AggregatedMetricsToolCallLatencyMetrics

Metrics for tool call latency.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX