Class AggregatedMetricsMetricsByTurn
Metrics aggregated per turn.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class AggregatedMetricsMetricsByTurn : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HallucinationMetrics
Output only. Metrics for hallucination within this turn.
Declaration
[JsonProperty("hallucinationMetrics")]
public virtual IList<AggregatedMetricsHallucinationMetrics> HallucinationMetrics { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<AggregatedMetricsHallucinationMetrics> |
SemanticSimilarityMetrics
Output only. Metrics for semantic similarity within this turn.
Declaration
[JsonProperty("semanticSimilarityMetrics")]
public virtual IList<AggregatedMetricsSemanticSimilarityMetrics> SemanticSimilarityMetrics { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<AggregatedMetricsSemanticSimilarityMetrics> |
ToolCallLatencyMetrics
Output only. Metrics for tool call latency within this turn.
Declaration
[JsonProperty("toolCallLatencyMetrics")]
public virtual IList<AggregatedMetricsToolCallLatencyMetrics> ToolCallLatencyMetrics { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<AggregatedMetricsToolCallLatencyMetrics> |
ToolMetrics
Output only. Metrics for each tool within this turn.
Declaration
[JsonProperty("toolMetrics")]
public virtual IList<AggregatedMetricsToolMetrics> ToolMetrics { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<AggregatedMetricsToolMetrics> |
TurnIndex
Output only. The turn index (0-based).
Declaration
[JsonProperty("turnIndex")]
public virtual int? TurnIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
TurnLatencyMetrics
Output only. Metrics for turn latency within this turn.
Declaration
[JsonProperty("turnLatencyMetrics")]
public virtual IList<AggregatedMetricsTurnLatencyMetrics> TurnLatencyMetrics { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<AggregatedMetricsTurnLatencyMetrics> |