---
title: "init(rideIdentifier:)"
framework: intents
role: symbol
role_heading: Initializer
path: "intents/insendridefeedbackintent/init(rideidentifier:)"
---

# init(rideIdentifier:)

Initializes the intent object with the specified ride identifier.

## Declaration

```swift
init(rideIdentifier: String)
```

## Parameters

- `rideIdentifier`: The unique string that you use to identify the ride.

## Return Value

Return Value An initialized intent object or nil if the object could not be created.

## Discussion

Discussion Normally, you do not create instances of this class yourself. Instead, SiriKit creates instances when the user must provide feedback for a ride or a user asks to provide feedback for a ride. However, you can use this method during testing to create intent objects in order to validate your intent handling code paths.
