---
title: INSendRideFeedbackIntentResponseCode.success
framework: intents
role: symbol
role_heading: Case
path: intents/insendridefeedbackintentresponsecode/success
---

# INSendRideFeedbackIntentResponseCode.success

You successfully recorded the feedback for the ride.

## Declaration

```swift
case success
```

## Discussion

Discussion Use this code during the handling phase to indicate that your ride service recorded the feedback for the ride. You can also specify this code during the confirmation phase to indicate that you are ready to handle the intent.

## See Also

### Constants

- [INSendRideFeedbackIntentResponseCode.unspecified](intents/insendridefeedbackintentresponsecode/unspecified.md)
- [INSendRideFeedbackIntentResponseCode.ready](intents/insendridefeedbackintentresponsecode/ready.md)
- [INSendRideFeedbackIntentResponseCode.failure](intents/insendridefeedbackintentresponsecode/failure.md)
