public sealed class StringList : IMessage<FeatureMap.Types.StringList>, IEquatable<FeatureMap.Types.StringList>, IDeepCloneable<FeatureMap.Types.StringList>, IBufferMessage, IMessage
[[["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."],[[["This document outlines the `StringList` class within the `Google.Cloud.RecommendationEngine.V1Beta1` namespace, which represents a list of string features."],["The `StringList` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The class offers two constructors: a default constructor and one that accepts another `FeatureMap.Types.StringList` instance for copying."],["It includes a `Value` property, which is a `RepeatedField` of strings, representing the string feature values with each string limited to 128 bytes."],["The latest version available is 2.0.0-beta06 and the current document is for version 1.0.0-beta03."]]],[]]