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