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 webpage provides documentation for `LoggingSettings`, a class within the `Google.Cloud.Dialogflow.Cx.V3` namespace that defines behaviors related to logging."],["`LoggingSettings` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in handling messages, comparing objects, deep cloning, and buffering."],["The class includes two constructors: a default constructor `LoggingSettings()` and another `LoggingSettings(AdvancedSettings.Types.LoggingSettings other)` that allows creating a `LoggingSettings` object from another instance."],["Key properties of the `LoggingSettings` class are `EnableInteractionLogging` and `EnableStackdriverLogging`, both boolean properties that control whether interaction and Stackdriver logging are enabled, respectively."],["The documentation spans multiple versions of the library, ranging from version 1.0.0 to the latest 2.23.0, with each version having its own linked page."]]],[]]