Class GoogleCloudDialogflowCxV3ImportTestCasesRequest
Inheritance
GoogleCloudDialogflowCxV3ImportTestCasesRequest
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3ImportTestCasesRequest : IDirectResponseSchema
Properties
Content
Declaration
[JsonProperty("content")]
public virtual string Content { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
GcsUri
Declaration
[JsonProperty("gcsUri")]
public virtual string GcsUri { get; set; }
Property Value
Implements