Class GoogleCloudDialogflowV2beta1ValidationError
Inheritance
GoogleCloudDialogflowV2beta1ValidationError
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1ValidationError : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Entries
Declaration
[JsonProperty("entries")]
public virtual IList<string> Entries { get; set; }
Property Value
ErrorMessage
Declaration
[JsonProperty("errorMessage")]
public virtual string ErrorMessage { get; set; }
Property Value
Severity
Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Implements