Class GoogleCloudDialogflowCxV3AgentValidationResult
Inheritance
GoogleCloudDialogflowCxV3AgentValidationResult
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3AgentValidationResult : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
FlowValidationResults
Declaration
[JsonProperty("flowValidationResults")]
public virtual IList<GoogleCloudDialogflowCxV3FlowValidationResult> FlowValidationResults { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Implements