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`, which is a class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for defining behaviors related to logging in the Dialogflow CX service."],["The class `LoggingSettings` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling, equality comparisons, deep cloning, and buffer operations."],["The latest version of the `Google.Cloud.Dialogflow.Cx.V3` package is `2.23.0`, and the documentation covers a range of versions from `1.0.0` to `2.23.0`."],["`LoggingSettings` class contains two main properties: `EnableInteractionLogging` and `EnableStackdriverLogging`, which are boolean values used to control whether interaction logging and Stackdriver logging are enabled, respectively."],["There are two constructors available for the `LoggingSettings` class: a default constructor and one that takes another `LoggingSettings` object as a parameter, allowing for the creation of a new object based on an existing one."]]],[]]