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.
public bool EnableConsentBasedRedaction { get; set; }
Enables consent-based end-user input redaction, if true, a pre-defined
session parameter $session.params.conversation-redaction will be
used to determine if the utterance should be redacted.
[[["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 latest version available for `AdvancedSettings.Types.LoggingSettings` in the Dialogflow v3 API is 2.23.0, with a history of versions dating back to 1.0.0."],["The `AdvancedSettings.Types.LoggingSettings` class provides a way to define logging behaviors, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`LoggingSettings` has three main properties, `EnableConsentBasedRedaction` for consent-based end-user input redaction, `EnableInteractionLogging` for DF interaction logging, and `EnableStackdriverLogging` for Google Cloud Logging, all of which are booleans."],["The class provides two constructors: a default one `LoggingSettings()` and a copy constructor `LoggingSettings(AdvancedSettings.Types.LoggingSettings other)` which takes another `LoggingSettings` instance."]]],[]]