Class GoogleCloudDialogflowCxV3beta1ExportTestCasesRequest
Inheritance
GoogleCloudDialogflowCxV3beta1ExportTestCasesRequest
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ExportTestCasesRequest : IDirectResponseSchema
Properties
Declaration
[JsonProperty("dataFormat")]
public virtual string DataFormat { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Filter
Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
GcsUri
Declaration
[JsonProperty("gcsUri")]
public virtual string GcsUri { get; set; }
Property Value
Implements