Show / Hide Table of Contents

Class EvaluationConfig

EvaluationConfig configures settings for running the evaluation.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX