---
title: INRequestRideIntentResponseCode.success
framework: intents
role: symbol
role_heading: Case
path: intents/inrequestrideintentresponsecode/success
---

# INRequestRideIntentResponseCode.success

You successfully handled the intent.

## Declaration

```swift
case success
```

## Discussion

Discussion Use this code when your ride service acknowledged receipt of the ride information and is actively working on completing the booking. Use the phase property of the INRideStatus object you create to indicate the progress toward fulfilling the request.

## See Also

### Constants

- [INRequestRideIntentResponseCode.unspecified](intents/inrequestrideintentresponsecode/unspecified.md)
- [INRequestRideIntentResponseCode.ready](intents/inrequestrideintentresponsecode/ready.md)
- [INRequestRideIntentResponseCode.inProgress](intents/inrequestrideintentresponsecode/inprogress.md)
- [INRequestRideIntentResponseCode.failure](intents/inrequestrideintentresponsecode/failure.md)
- [INRequestRideIntentResponseCode.failureRequiringAppLaunch](intents/inrequestrideintentresponsecode/failurerequiringapplaunch.md)
- [INRequestRideIntentResponseCode.failureRequiringAppLaunchMustVerifyCredentials](intents/inrequestrideintentresponsecode/failurerequiringapplaunchmustverifycredentials.md)
- [INRequestRideIntentResponseCode.failureRequiringAppLaunchNoServiceInArea](intents/inrequestrideintentresponsecode/failurerequiringapplaunchnoserviceinarea.md)
- [INRequestRideIntentResponseCode.failureRequiringAppLaunchServiceTemporarilyUnavailable](intents/inrequestrideintentresponsecode/failurerequiringapplaunchservicetemporarilyunavailable.md)
- [INRequestRideIntentResponseCode.failureRequiringAppLaunchPreviousRideNeedsCompletion](intents/inrequestrideintentresponsecode/failurerequiringapplaunchpreviousrideneedscompletion.md)
- [INRequestRideIntentResponseCode.failureRequiringAppLaunchRideScheduledTooFar](intents/inrequestrideintentresponsecode/failurerequiringapplaunchridescheduledtoofar.md)
