Show / Hide Table of Contents

Class EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsTurnLevelMetricsThresholds

Turn level metrics thresholds.

Inheritance
object
EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsTurnLevelMetricsThresholds
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX