Class GoogleCloudDialogflowCxV3beta1ValidationMessage
Inheritance
GoogleCloudDialogflowCxV3beta1ValidationMessage
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ValidationMessage : IDirectResponseSchema
Properties
Detail
Declaration
[JsonProperty("detail")]
public virtual string Detail { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ResourceNames
Declaration
[JsonProperty("resourceNames")]
public virtual IList<GoogleCloudDialogflowCxV3beta1ResourceName> ResourceNames { get; set; }
Property Value
ResourceType
Declaration
[JsonProperty("resourceType")]
public virtual string ResourceType { get; set; }
Property Value
Resources
Declaration
[JsonProperty("resources")]
public virtual IList<string> Resources { get; set; }
Property Value
Severity
Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Implements