View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2RuleRedirectAction (google_api_retail v0.19.1)
Redirects a shopper to a specific page. Rule Condition: Must specify Condition.query_terms. Action Input: Request Query * Action Result: Redirects shopper to provided uri.
Attributes
-
redirectUri
(type:String.t
, default:nil
) - URL must have length equal or less than 2000 characters.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2RuleRedirectAction{ redirectUri: String.t() | nil }