Show / Hide Table of Contents

Class GoogleCloudDialogflowV2EvaluationConfig

The configuration for model evaluation.

Inheritance
object
GoogleCloudDialogflowV2EvaluationConfig
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.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2EvaluationConfig : IDirectResponseSchema

Properties

Datasets

Required. Datasets used for evaluation.

Declaration
[JsonProperty("datasets")]
public virtual IList<GoogleCloudDialogflowV2InputDataset> Datasets { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2InputDataset>

ETag

The ETag of the item.

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

SmartComposeConfig

Configuration for smart compose model evaluation.

Declaration
[JsonProperty("smartComposeConfig")]
public virtual GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig SmartComposeConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig

SmartReplyConfig

Configuration for smart reply model evaluation.

Declaration
[JsonProperty("smartReplyConfig")]
public virtual GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig SmartReplyConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX