public sealed class RedactionConfig : IMessage<RedactionConfig>, IEquatable<RedactionConfig>, IDeepCloneable<RedactionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class RedactionConfig.
DLP resources used for redaction while ingesting conversations.
[[["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 `RedactionConfig` class is part of the Google Cloud Contact Center AI Insights v1 API, specifically within the `Google.Cloud.ContactCenterInsights.V1` namespace."],["This class, `RedactionConfig`, is used for configuring data loss prevention (DLP) resources that are used during the process of ingesting conversations."],["The class offers properties like `DeidentifyTemplate` and `InspectTemplate` for specifying fully-qualified DLP resource names for de-identification and inspection templates, respectively."],["The `RedactionConfig` class has multiple versions available, with the latest being 2.19.0, and it inherits from the base `object` class, as well as implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available, a default one `RedactionConfig()` and a second one that creates a deep copy of an instance of `RedactionConfig` (`RedactionConfig(RedactionConfig other)`)."]]],[]]