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 dictionary."],["The `ReplaceDictionaryConfig` class is part of the `Google.Cloud.Dlp.V2` namespace and is found in the `Google.Cloud.Dlp.V2.dll` assembly."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The webpage lists version information from 2.15.0 to the latest 4.16.0 version, with version 3.4.0 being the displayed one, offering direct links to each version's documentation."],["Key properties include `TypeCase`, which uses `ReplaceDictionaryConfig.TypeOneofCase`, and `WordList`, which uses `CustomInfoType.Types.Dictionary.Types.WordList` for the list of words for random replacement."]]],[]]