Class GoogleCloudDialogflowCxV3beta1BigQueryExportSettings
Inheritance
GoogleCloudDialogflowCxV3beta1BigQueryExportSettings
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1BigQueryExportSettings : IDirectResponseSchema
Properties
BigqueryTable
Declaration
[JsonProperty("bigqueryTable")]
public virtual string BigqueryTable { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Enabled
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Implements