public sealed class ReplaceDictionaryConfig : IMessage<ReplaceDictionaryConfig>, IEquatable<ReplaceDictionaryConfig>, IDeepCloneable<ReplaceDictionaryConfig>, IBufferMessage, IMessage
Replace each input value with a value randomly selected from the dictionary.
[[["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-24 UTC."],[[["The `ReplaceDictionaryConfig` class, part of the `Google.Cloud.Dlp.V2` namespace, is designed to replace input values with a randomly selected value from a predefined dictionary."],["Version 4.16.0 is the latest version available for the `ReplaceDictionaryConfig` class, with numerous prior versions also accessible for use."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for enhanced functionality and compatibility."],["The `ReplaceDictionaryConfig` class can be instantiated using two constructors: a parameterless one and one that takes another `ReplaceDictionaryConfig` object."],["`WordList` property within `ReplaceDictionaryConfig` allows for a list of words that can be selected from for replacement, with size limits detailed on the Cloud DLP limits page."]]],[]]