Class: Google::Cloud::Retail::V2::Rule::RedirectAction

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/retail/v2/common.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#redirect_uri::String

Returns URL must have length equal or less than 2000 characters.

Returns:

  • (::String)

    URL must have length equal or less than 2000 characters.



213
214
215
216
# File 'proto_docs/google/cloud/retail/v2/common.rb', line 213

class RedirectAction
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end