Show / Hide Table of Contents

Class EvaluationGolden

The steps required to replay a golden conversation.

Inheritance
object
EvaluationGolden
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX