public sealed class OnewaySynonymsAction : IMessage<Rule.Types.OnewaySynonymsAction>, IEquatable<Rule.Types.OnewaySynonymsAction>, IDeepCloneable<Rule.Types.OnewaySynonymsAction>, IBufferMessage, IMessage
Maps a set of terms to a set of synonyms.
Set of synonyms will be treated as synonyms of each query term only.
query_terms will not be treated as synonyms of each other.
Example: "sneakers" will use a synonym of "shoes".
"shoes" will not use a synonym of "sneakers".
[[["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 webpage details the `OnewaySynonymsAction` class within the `Google.Cloud.Retail.V2` namespace, used for mapping terms to one-way synonyms in the context of retail search queries, meaning synonyms are only used one way."],["The `OnewaySynonymsAction` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class provides properties such as `QueryTerms` and `Synonyms`, which are both `RepeatedField` types used to define terms from search queries and their corresponding synonyms, with a capacity of up to 100 for each."],["The page shows the version history of the API, ranging from version 1.0.0 to the latest version, 2.12.0, all linking to documentation for `OnewaySynonymsAction`."],["The `OnewaySynonymsAction` class contains two constructors, one parameterless and the other taking another `OnewaySynonymsAction` object to copy its value, and also contains a deprecated property `OnewayTerms` post migration."]]],[]]