Class GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse
Inheritance
GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Results
Declaration
[JsonProperty("results")]
public virtual IList<GoogleCloudDialogflowCxV3beta1TestCaseResult> Results { get; set; }
Property Value
Implements