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-04-09 UTC."],[[["The `ReplaceDictionaryConfig` class, part of the `Google.Cloud.Dlp.V2` namespace, is used to randomly replace input values with values from a dictionary."],["This class has multiple versions ranging from 2.15.0 to 4.16.0, with 4.16.0 being the latest version available, with each version providing a link to its specific documentation."],["`ReplaceDictionaryConfig` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `WordList` property that allows the use of a list of words as the source for the values in the random replacement, and the details of dictionary size limitations can be found on the provided link."],["The class also defines a `TypeCase` property, which is of the type `ReplaceDictionaryConfig.TypeOneofCase`."]]],[]]