Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 649 Bytes

RedirectResult.md

File metadata and controls

13 lines (9 loc) · 649 Bytes

Com.Sajari.Sdk.Model.RedirectResult

Indicates that a redirect has been triggered for a given query.

Properties

Name Type Description Notes
Id string The redirect's ID. [optional]
Target string The target to redirect the user to. [optional]
Token string A redirect token. Call SendEvent with this token to indicate that a redirect has been performed. [optional]

[Back to Model list] [Back to API list] [Back to README]