<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INSendRideFeedbackIntent/rideIdentifier",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INSendRideFeedbackIntent(py)rideIdentifier"
  },
  "title" : "rideIdentifier"
}
-->

# rideIdentifier

The unique identifier that you assigned to the ride.

```
var rideIdentifier: String { get }
```

## Discussion

SiriKit sets this property to the ride identifier you provided in your [`INRideStatus`](/documentation/Intents/INRideStatus) object when booking the ride or supplying its status.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)