Class EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsTurnLevelMetricsThresholds
Turn level metrics thresholds.
Inheritance
EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsTurnLevelMetricsThresholds
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsTurnLevelMetricsThresholds : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OverallToolInvocationCorrectnessThreshold
Optional. The success threshold for overall tool invocation correctness. Must be a float between 0 and 1. Default is 1.0.
Declaration
[JsonProperty("overallToolInvocationCorrectnessThreshold")]
public virtual float? OverallToolInvocationCorrectnessThreshold { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
SemanticSimilarityChannel
Optional. The semantic similarity channel to use for evaluation.
Declaration
[JsonProperty("semanticSimilarityChannel")]
public virtual string SemanticSimilarityChannel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SemanticSimilaritySuccessThreshold
Optional. The success threshold for semantic similarity. Must be an integer between 0 and 4. Default is >= 3.
Declaration
[JsonProperty("semanticSimilaritySuccessThreshold")]
public virtual int? SemanticSimilaritySuccessThreshold { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |