Class EvaluationSettings
Settings for evaluation.
Implements
Inherited Members
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 |