Class EvaluationGolden
The steps required to replay a golden conversation.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class EvaluationGolden : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EvaluationExpectations
Optional. The evaluation expectations to evaluate the replayed conversation against. Format:
projects/{project}/locations/{location}/apps/{app}/evaluationExpectations/{evaluationExpectation}
Declaration
[JsonProperty("evaluationExpectations")]
public virtual IList<string> EvaluationExpectations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Turns
Required. The golden turns required to replay a golden conversation.
Declaration
[JsonProperty("turns")]
public virtual IList<EvaluationGoldenTurn> Turns { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<EvaluationGoldenTurn> |