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 page provides reference documentation for the `RedactionConfig` class within the Google Cloud Contact Center Insights v1 API, focusing on version 2.16.0, but also providing links to other versions from 1.0.0 to 2.19.0."],["`RedactionConfig` is a class used for defining how redaction should be performed during the ingestion of conversations, specifically referencing DLP resources."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`RedactionConfig` has two main properties: `DeidentifyTemplate` and `InspectTemplate`, which are strings representing the fully-qualified resource names of DLP templates used for de-identification and inspection, respectively."],["There are two constructors for the `RedactionConfig` class, one parameterless and one that takes another instance of the class as a parameter."]]],[]]