Class GoogleCloudDialogflowCxV3beta1BatchRunTestCasesRequest
Inheritance
GoogleCloudDialogflowCxV3beta1BatchRunTestCasesRequest
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1BatchRunTestCasesRequest : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Environment
Declaration
[JsonProperty("environment")]
public virtual string Environment { get; set; }
Property Value
TestCases
Declaration
[JsonProperty("testCases")]
public virtual IList<string> TestCases { get; set; }
Property Value
Implements