Class GoogleCloudDialogflowCxV3ExportTestCasesResponse
Inheritance
GoogleCloudDialogflowCxV3ExportTestCasesResponse
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3ExportTestCasesResponse : 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