Class EvaluationResultGoldenResult
The result of a golden evaluation.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class EvaluationResultGoldenResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EvaluationExpectationResults
Output only. The results of the evaluation expectations.
Declaration
[JsonProperty("evaluationExpectationResults")]
public virtual IList<EvaluationResultEvaluationExpectationResult> EvaluationExpectationResults { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<EvaluationResultEvaluationExpectationResult> |
TurnReplayResults
Output only. The result of running each turn of the golden conversation.
Declaration
[JsonProperty("turnReplayResults")]
public virtual IList<EvaluationResultGoldenResultTurnReplayResult> TurnReplayResults { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<EvaluationResultGoldenResultTurnReplayResult> |