public sealed class FeatureMap.Types.StringList : IMessage<FeatureMap.Types.StringList>, IEquatable<FeatureMap.Types.StringList>, IDeepCloneable<FeatureMap.Types.StringList>, IBufferMessage, IMessage
Reference documentation and code samples for the Recommendations AI v1beta1 API class FeatureMap.Types.StringList.
[[["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 of the `FeatureMap.Types.StringList` class is 2.0.0-beta06, which is part of the Recommendations AI v1beta1 API."],["This class, `FeatureMap.Types.StringList`, represents a list of string features, with each string limited to a length of 128 bytes."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class provides two constructors: a default constructor `StringList()`, and an overloaded constructor `StringList(StringList other)` that accepts another instance of `FeatureMap.Types.StringList`."],["`FeatureMap.Types.StringList` has a `Value` property of type `RepeatedField\u003cstring\u003e` that stores the list of strings."]]],[]]