public sealed class LoggingSettings : IMessage<AdvancedSettings.Types.LoggingSettings>, IEquatable<AdvancedSettings.Types.LoggingSettings>, IDeepCloneable<AdvancedSettings.Types.LoggingSettings>, IBufferMessage, IMessageDefine behaviors on logging.
Implements
IMessage<AdvancedSettings.Types.LoggingSettings>, IEquatable<AdvancedSettings.Types.LoggingSettings>, IDeepCloneable<AdvancedSettings.Types.LoggingSettings>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
LoggingSettings()
public LoggingSettings()LoggingSettings(AdvancedSettings.Types.LoggingSettings)
public LoggingSettings(AdvancedSettings.Types.LoggingSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
AdvancedSettings.Types.LoggingSettings |
Properties
EnableInteractionLogging
public bool EnableInteractionLogging { get; set; }If true, DF Interaction logging is currently enabled.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
EnableStackdriverLogging
public bool EnableStackdriverLogging { get; set; }If true, StackDriver logging is currently enabled.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|