Class EvaluationConfig
EvaluationConfig configures settings for running the evaluation.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class EvaluationConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EvaluationChannel
Optional. The channel to evaluate.
Declaration
[JsonProperty("evaluationChannel")]
public virtual string EvaluationChannel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InputAudioConfig
Optional. Configuration for processing the input audio.
Declaration
[JsonProperty("inputAudioConfig")]
public virtual InputAudioConfig InputAudioConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| InputAudioConfig |
OutputAudioConfig
Optional. Configuration for generating the output audio.
Declaration
[JsonProperty("outputAudioConfig")]
public virtual OutputAudioConfig OutputAudioConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| OutputAudioConfig |
ToolCallBehaviour
Optional. Specifies whether the evaluation should use real tool calls or fake tools.
Declaration
[JsonProperty("toolCallBehaviour")]
public virtual string ToolCallBehaviour { get; set; }
Property Value
| Type | Description |
|---|---|
| string |