Show / Hide Table of Contents

Class GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig

Smart reply specific configuration for evaluation job.

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

Properties

AllowlistDocument

The allowlist document resource name. Format: projects//knowledgeBases//documents/. Only used for smart reply model.

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

ETag

The ETag of the item.

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

MaxResultCount

Required. The model to be evaluated can return multiple results with confidence score on each query. These results will be sorted by the descending order of the scores and we only keep the first max_result_count results as the final results to evaluate.

Declaration
[JsonProperty("maxResultCount")]
public virtual int? MaxResultCount { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX