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 page provides documentation for `LoggingSettings` within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing various versions from 1.0.0 to 2.23.0, which is the latest version."],["`LoggingSettings` is a class that defines behaviors related to logging and inherits from `Object`, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `LoggingSettings` class has two constructors: one default and one that takes another `LoggingSettings` object as a parameter, along with two key properties: `EnableInteractionLogging` and `EnableStackdriverLogging`."],["The two boolean properties available, `EnableInteractionLogging` and `EnableStackdriverLogging`, allow for the control of DF Interaction logging and StackDriver logging respectively."]]],[]]