public sealed class Control.Types.SynonymsAction : IMessage<Control.Types.SynonymsAction>, IEquatable<Control.Types.SynonymsAction>, IDeepCloneable<Control.Types.SynonymsAction>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class Control.Types.SynonymsAction.
Creates a set of terms that will act as synonyms of one another.
Example: "happy" will also be considered as "glad", "glad" will also be
considered as "happy".
[[["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 `Control.Types.SynonymsAction` class in the Discovery Engine v1beta API is used to define sets of terms that will be treated as synonyms of each other."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for comprehensive functionality."],["The `SynonymsAction` class includes a `Synonyms` property, which is a `RepeatedField\u003cstring\u003e` that can store up to 100 synonyms, and requires at least two."],["The class has two constructors, one empty and one that accepts another instance of `Control.Types.SynonymsAction` as an argument."],["This documentation pertains to the latest version, `1.0.0-beta18`, and also provides access to the `1.0.0-beta17` version."]]],[]]