Gemini Enterprise for Customer Experience v1beta API - Class Evaluation.Types.GoldenTurn (1.0.0-beta09)

public sealed class Evaluation.Types.GoldenTurn : IMessage<Evaluation.Types.GoldenTurn>, IEquatable<Evaluation.Types.GoldenTurn>, IDeepCloneable<Evaluation.Types.GoldenTurn>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class Evaluation.Types.GoldenTurn.

A golden turn defines a single turn in a golden conversation.

Inheritance

object > Evaluation.Types.GoldenTurn

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.dll

Constructors

GoldenTurn()

public GoldenTurn()

GoldenTurn(GoldenTurn)

public GoldenTurn(Evaluation.Types.GoldenTurn other)
Parameter
Name Description
other EvaluationTypesGoldenTurn

Properties

HallucinationMetricBehaviorOverride

public EvaluationMetricsThresholds.Types.HallucinationMetricBehavior HallucinationMetricBehaviorOverride { get; set; }

Optional. Override for turn-level hallucination metric behavior.

Property Value
Type Description
EvaluationMetricsThresholdsTypesHallucinationMetricBehavior

RootSpan

public Span RootSpan { get; set; }

Optional. The root span of the golden turn for processing and maintaining audio information. The uri for the audio must contain audio saved in 16Khz sample rate.

Property Value
Type Description
Span

Steps

public RepeatedField<Evaluation.Types.Step> Steps { get; }

Required. The steps required to replay a golden conversation.

Property Value
Type Description
RepeatedFieldEvaluationTypesStep

TurnLevelMetricsThresholdsOverride

public EvaluationMetricsThresholds.Types.GoldenEvaluationMetricsThresholds.Types.TurnLevelMetricsThresholds TurnLevelMetricsThresholdsOverride { get; set; }

Optional. Overrides for turn-level metric thresholds.

Property Value
Type Description
EvaluationMetricsThresholdsTypesGoldenEvaluationMetricsThresholdsTypesTurnLevelMetricsThresholds