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 details the `LoggingSettings` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which defines behaviors related to logging."],["The latest version of the documentation for this class is 2.23.0, and there are versions all the way back to 1.0.0 available."],["The `LoggingSettings` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `LoggingSettings` class contains properties to enable interaction logging (`EnableInteractionLogging`) and Stackdriver logging (`EnableStackdriverLogging`)."],["The class includes two constructors: a default constructor (`LoggingSettings()`) and one that takes another `LoggingSettings` object as a parameter (`LoggingSettings(AdvancedSettings.Types.LoggingSettings other)`)."]]],[]]