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."],[[["This webpage provides reference documentation for the `AdvancedSettings.Types.LoggingSettings` class within the Dialogflow v3 API, specifically for .NET development."],["The `LoggingSettings` class is used to define behaviors related to logging in the Dialogflow CX environment, which is a class nested within `AdvancedSettings` and it inherits from the base `object` class."],["The documentation lists a history of versions from 1.0.0 up to 2.23.0, with 2.23.0 being the latest release for the Dialogflow v3 API."],["The `LoggingSettings` class has three properties: `EnableConsentBasedRedaction`, `EnableInteractionLogging`, and `EnableStackdriverLogging`, each controlling a different aspect of logging behavior, such as consent-based redaction, interaction logging, and stackdriver logging respectively."]]],[]]