Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class RedirectAction.
Redirects a shopper to the provided URI.
Generated from protobuf message google.cloud.discoveryengine.v1.Control.RedirectAction
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ ControlMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ redirect_uri |
string
Required. The URI to which the shopper will be redirected. Required. URI must have length equal or less than 2000 characters. Otherwise an INVALID ARGUMENT error is thrown. |
getRedirectUri
Required. The URI to which the shopper will be redirected.
Required. URI must have length equal or less than 2000 characters. Otherwise an INVALID ARGUMENT error is thrown.
Returns | |
---|---|
Type | Description |
string |
setRedirectUri
Required. The URI to which the shopper will be redirected.
Required. URI must have length equal or less than 2000 characters. Otherwise an INVALID ARGUMENT error is thrown.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |