public sealed class AdvancedSettings.Types.LoggingSettings : IMessage<AdvancedSettings.Types.LoggingSettings>, IEquatable<AdvancedSettings.Types.LoggingSettings>, IDeepCloneable<AdvancedSettings.Types.LoggingSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class AdvancedSettings.Types.LoggingSettings.
[[["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 `AdvancedSettings.Types.LoggingSettings` class within the Google.Cloud.Dialogflow.Cx.V3 API, covering versions from 1.0.0 to 2.23.0 with the latest being 2.23.0."],["The `LoggingSettings` class is used to define behaviors related to logging and it inherits from the `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `EnableInteractionLogging` and `EnableStackdriverLogging`, both of which are boolean values to define if DF Interaction and Stackdriver Logging are enabled respectively."],["Documentation is provided for the constructors, `LoggingSettings()` and `LoggingSettings(LoggingSettings other)`, which allow for the creation of a new instance or a copy from another instance."]]],[]]