public sealed class SupportedLanguages : IMessage<SupportedLanguages>, IEquatable<SupportedLanguages>, IDeepCloneable<SupportedLanguages>, IBufferMessage, IMessage
The response message for discovering supported languages.
[[["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-21 UTC."],[[["The latest version available is 3.9.0, with various previous versions accessible, including 3.8.0, 3.7.0, and going down to version 2.2.0."],["`SupportedLanguages` is a class used as a response message for discovering supported languages in the Translation API."],["The `SupportedLanguages` class inherits from Object and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a `Languages` property of type `RepeatedField\u003cSupportedLanguage\u003e`, which holds a list of supported language responses."],["The `SupportedLanguages` class has two constructors, one being empty and the other using another `SupportedLanguages` as a parameter."]]],[]]