Class GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings
Inheritance
GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EnableConsentBasedRedaction
Declaration
[JsonProperty("enableConsentBasedRedaction")]
public virtual bool? EnableConsentBasedRedaction { get; set; }
Property Value
EnableInteractionLogging
Declaration
[JsonProperty("enableInteractionLogging")]
public virtual bool? EnableInteractionLogging { get; set; }
Property Value
EnableStackdriverLogging
Declaration
[JsonProperty("enableStackdriverLogging")]
public virtual bool? EnableStackdriverLogging { get; set; }
Property Value
Implements