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."],[[["The content provides a comprehensive list of versions for `LoggingSettings` within the `Google.Cloud.Dialogflow.Cx.V3` namespace, ranging from version 1.0.0 to the latest version, 2.23.0."],["`LoggingSettings` is a class that defines behaviors related to logging and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `LoggingSettings` class includes two constructors, one default and another that takes an instance of `AdvancedSettings.Types.LoggingSettings` as a parameter, allowing the creation of `LoggingSettings` objects."],["Key properties within the `LoggingSettings` class are `EnableInteractionLogging` and `EnableStackdriverLogging`, both of which are boolean flags that control the activation of DF interaction logging and StackDriver logging respectively."]]],[]]