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, covering versions from 1.0.0 up to the latest 2.23.0."],["The `LoggingSettings` class is designed to define behaviors related to logging within the Google Cloud Dialogflow CX environment."],["It includes two primary properties: `EnableInteractionLogging`, which toggles DF Interaction logging, and `EnableStackdriverLogging`, which controls StackDriver logging."],["The class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending it with different functions."],["The available constructors allow for the creation of a default `LoggingSettings` object or one based on an existing `LoggingSettings` instance."]]],[]]