public sealed class ReplacementAction : IMessage<Rule.Types.ReplacementAction>, IEquatable<Rule.Types.ReplacementAction>, IDeepCloneable<Rule.Types.ReplacementAction>, IBufferMessage, IMessage
Replaces a term in the query. Multiple replacement candidates can be
specified. All query_terms will be replaced with the replacement term.
Example: Replace "gShoe" with "google shoe".
[[["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 `ReplacementAction` class, part of Google.Cloud.Retail.V2, allows for replacing specific terms in a search query, and it is implemented as a sealed class."],["The class has a variety of versions available, from 1.0.0 to 2.12.0, with version 2.12.0 being the latest available."],["`ReplacementAction` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary functionality of `ReplacementAction` is defined by the `QueryTerms` property (terms to be replaced) and the `ReplacementTerm` property (the term replacing them)."],["A deprecated `Term` property exists within the class, and will be phased out after a migration."]]],[]]