Show / Hide Table of Contents

Class EvaluationGoldenTurn

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

Inheritance
object
EvaluationGoldenTurn
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 EvaluationGoldenTurn : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RootSpan

Optional. The root span of the golden turn for processing and maintaining audio information.

Declaration
[JsonProperty("rootSpan")]
public virtual Span RootSpan { get; set; }
Property Value
Type Description
Span

Steps

Required. The steps required to replay a golden conversation.

Declaration
[JsonProperty("steps")]
public virtual IList<EvaluationStep> Steps { get; set; }
Property Value
Type Description
IList<EvaluationStep>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX