Class GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig
Inheritance
GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig : IDirectResponseSchema
Properties
AllowlistDocument
Declaration
[JsonProperty("allowlistDocument")]
public virtual string AllowlistDocument { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
MaxResultCount
Declaration
[JsonProperty("maxResultCount")]
public virtual int? MaxResultCount { get; set; }
Property Value
Implements