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-04-09 UTC."],[[["This page provides reference documentation for the `AdvancedSettings.Types.LoggingSettings` class within the Dialogflow v3 API, specifically for .NET."],["The latest version of this class is 2.23.0, but documentation is available for versions ranging from 1.0.0 to 2.23.0."],["The `LoggingSettings` class is used to define behaviors related to logging, implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `LoggingSettings` class include `EnableConsentBasedRedaction`, `EnableInteractionLogging`, and `EnableStackdriverLogging`, allowing for control over data redaction and logging within the Dialogflow interactions."],["The class has 2 constructors available, one default and one that accepts the `AdvancedSettings.Types.LoggingSettings` class."]]],[]]