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`, a class within the `Google.Cloud.Dialogflow.Cx.V3` namespace that defines behaviors related to logging."],["It lists various versions of the documentation, with version 2.23.0 being the latest, down to version 1.0.0, for the `AdvancedSettings.Types.LoggingSettings` feature of Google Cloud Dialogflow."],["`LoggingSettings` inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `LoggingSettings` class contains two properties: `EnableInteractionLogging` and `EnableStackdriverLogging`, both of which are boolean values indicating whether specific logging features are turned on or off."],["The page provides two constructors for the `LoggingSettings` class, one being empty and the other for creating a copy from an existing instance of `AdvancedSettings.Types.LoggingSettings`."]]],[]]