public sealed class Rule.Types.RedirectAction : IMessage<Rule.Types.RedirectAction>, IEquatable<Rule.Types.RedirectAction>, IDeepCloneable<Rule.Types.RedirectAction>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class Rule.Types.RedirectAction.
Redirects a shopper to a specific page.
Rule Condition:
Must specify
[Condition.query_terms][google.cloud.retail.v2.Condition.query_terms].
[[["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-06-12 UTC."],[[["This webpage provides documentation for the `Rule.Types.RedirectAction` class within the Google Cloud Retail v2 API, which is used to redirect shoppers to specific pages."],["The `Rule.Types.RedirectAction` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `RedirectAction` class features a constructor for creating instances and a `RedirectUri` property that allows for setting the redirection URL, with a length restriction of 2000 characters."],["The latest version available for this class is 2.12.0, and there are several other previous versions listed on the page, spanning from version 1.0.0 to 2.11.0."],["To function correctly, the `RedirectAction` requires a defined query term condition and when triggered, it redirects the user to the provided URI."]]],[]]