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."],[[["This webpage details the `ReplaceDictionaryConfig` class, which is used to replace input values with randomly selected values from a predefined dictionary."],["The class is part of the `Google.Cloud.Dlp.V2` namespace, found within the `Google.Cloud.Dlp.V2.dll` assembly and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest available version of `ReplaceDictionaryConfig` is 4.16.0, with numerous prior versions also listed, and the current documented version is 3.5.0."],["`ReplaceDictionaryConfig` has a `TypeCase` property, that takes in a `ReplaceDictionaryConfig.TypeOneofCase` and a `WordList` property that takes in a `CustomInfoType.Types.Dictionary.Types.WordList`, used to specify the words for replacement."],["The class includes two constructors: a default constructor and one that accepts another `ReplaceDictionaryConfig` object as a parameter."]]],[]]