Class EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholds
Settings for golden evaluations.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholds : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExpectationLevelMetricsThresholds
Optional. The expectation level metrics thresholds.
Declaration
[JsonProperty("expectationLevelMetricsThresholds")]
public virtual EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsExpectationLevelMetricsThresholds ExpectationLevelMetricsThresholds { get; set; }
Property Value
| Type | Description |
|---|---|
| EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsExpectationLevelMetricsThresholds |
ToolMatchingSettings
Optional. The tool matching settings. An extra tool call is a tool call that is present in the execution but does not match any tool call in the golden expectation.
Declaration
[JsonProperty("toolMatchingSettings")]
public virtual EvaluationMetricsThresholdsToolMatchingSettings ToolMatchingSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| EvaluationMetricsThresholdsToolMatchingSettings |
TurnLevelMetricsThresholds
Optional. The turn level metrics thresholds.
Declaration
[JsonProperty("turnLevelMetricsThresholds")]
public virtual EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsTurnLevelMetricsThresholds TurnLevelMetricsThresholds { get; set; }
Property Value
| Type | Description |
|---|---|
| EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsTurnLevelMetricsThresholds |