public sealed class LoggingSettings : IMessage<AdvancedSettings.Types.LoggingSettings>, IEquatable<AdvancedSettings.Types.LoggingSettings>, IDeepCloneable<AdvancedSettings.Types.LoggingSettings>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `LoggingSettings` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, covering versions from 1.0.0 to 2.23.0 (latest)."],["The `LoggingSettings` class, inheriting from `Object`, defines behaviors related to logging, and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `LoggingSettings()` and `LoggingSettings(AdvancedSettings.Types.LoggingSettings)`, for creating instances, along with two key properties, `EnableInteractionLogging` and `EnableStackdriverLogging`."],["The two boolean properties are `EnableInteractionLogging` and `EnableStackdriverLogging` which determine if DF interaction logging and StackDriver logging are enabled, respectively."]]],[]]