Show / Hide Table of Contents

Class EvaluationSettings

Settings for evaluation.

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

Properties

ETag

The ETag of the item.

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

GoldenEvaluationToolCallBehaviour

Optional. Configures the default tool call behaviour for golden evaluations.

Declaration
[JsonProperty("goldenEvaluationToolCallBehaviour")]
public virtual string GoldenEvaluationToolCallBehaviour { get; set; }
Property Value
Type Description
string

GoldenRunMethod

Optional. The default method used to run golden evaluations. This will be used if no golden_run_method is specified in the RunEvaluationRequest.

Declaration
[JsonProperty("goldenRunMethod")]
public virtual string GoldenRunMethod { get; set; }
Property Value
Type Description
string

ScenarioConversationInitiator

Optional. Who starts the conversation in a scenario evaluation.

Declaration
[JsonProperty("scenarioConversationInitiator")]
public virtual string ScenarioConversationInitiator { get; set; }
Property Value
Type Description
string

ScenarioEvaluationToolCallBehaviour

Optional. Configures the default tool call behaviour for scenario evaluations.

Declaration
[JsonProperty("scenarioEvaluationToolCallBehaviour")]
public virtual string ScenarioEvaluationToolCallBehaviour { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX