Class GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings
Inheritance
GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EnableInsightsExport
Declaration
[JsonProperty("enableInsightsExport")]
public virtual bool? EnableInsightsExport { get; set; }
Property Value
Implements