[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `FormatMessage` class represents a message with parameters, utilizing placeholders like `$0` and `$1` within a format template."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `FormatMessage()` and one that accepts another `FormatMessage` object as a parameter."],["`FormatMessage` has a `Format` property of type `string`, which contains the template with placeholders, and a `Parameters` property of type `RepeatedField\u003cstring\u003e` for holding the values to replace the placeholders."],["The latest version available for the class is 3.2.0, with other previous versions including 3.1.0, 3.0.0, 2.4.0, and 2.3.0."]]],[]]