Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::Rule::RedirectAction.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#redirect_uri
def redirect_uri() -> ::String
Returns
- (::String) — URL must have length equal or less than 2000 characters.
#redirect_uri=
def redirect_uri=(value) -> ::String
Parameter
- value (::String) — URL must have length equal or less than 2000 characters.
Returns
- (::String) — URL must have length equal or less than 2000 characters.