Class GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig
Inheritance
GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EnableContinuousRun
Declaration
[JsonProperty("enableContinuousRun")]
public virtual bool? EnableContinuousRun { get; set; }
Property Value
EnablePredeploymentRun
Declaration
[JsonProperty("enablePredeploymentRun")]
public virtual bool? EnablePredeploymentRun { get; set; }
Property Value
TestCases
Declaration
[JsonProperty("testCases")]
public virtual IList<string> TestCases { get; set; }
Property Value
Implements