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 provides documentation for the `LoggingSettings` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, spanning versions from 1.0.0 to 2.23.0 of the library."],["The `LoggingSettings` class is designed to define behaviors related to logging within the Google Cloud Dialogflow CX environment, inheriting from `Object` and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key functionalities of `LoggingSettings` include the ability to enable or disable interaction logging and Stackdriver logging, as indicated by the `EnableInteractionLogging` and `EnableStackdriverLogging` properties."],["The most recent version of this class is version 2.23.0."],["The class offers two constructors: a default constructor (`LoggingSettings()`) and a copy constructor that takes an instance of `AdvancedSettings.Types.LoggingSettings`."]]],[]]