<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INGetRideStatusIntentResponse",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INGetRideStatusIntentResponse"
  },
  "title" : "INGetRideStatusIntentResponse"
}
-->

# INGetRideStatusIntentResponse

Your app’s response to a get ride status intent.

```
class INGetRideStatusIntentResponse
```

## Overview

An [`INGetRideStatusIntentResponse`](/documentation/Intents/INGetRideStatusIntentResponse) object contains your app’s response to a request for the status of the user’s current ride. SiriKit can ask for the status of a ride at any time, but often this occurs in response to a direct request from the user. Use your response object to provide current details about the user’s ride, including the estimated pickup time, the pickup location, the drop-off location, the vehicle type, the driver, and so on.

You create an [`INGetRideStatusIntentResponse`](/documentation/Intents/INGetRideStatusIntentResponse) object in the [`confirm(intent:completion:)`](/documentation/Intents/INGetRideStatusIntentHandling/confirm(intent:completion:)) and [`handle(intent:completion:)`](/documentation/Intents/INGetRideStatusIntentHandling/handle(intent:completion:)) methods of your handler object. For more information about implementing your handler object, see [`INGetRideStatusIntentHandling`](/documentation/Intents/INGetRideStatusIntentHandling).

## Topics

### Initializing the Response Object

[`init(code:userActivity:)`](/documentation/Intents/INGetRideStatusIntentResponse/init(code:userActivity:))

Initializes the response object with the specified code and user activity object.

### Getting the Response Code

[`code`](/documentation/Intents/INGetRideStatusIntentResponse/code)

The code indicating whether you successfully handled the intent.

[`INGetRideStatusIntentResponseCode`](/documentation/Intents/INGetRideStatusIntentResponseCode)

Constants indicating the state of the response.

### Getting the Ride Status Information

[`rideStatus`](/documentation/Intents/INGetRideStatusIntentResponse/rideStatus)

The current status of the ride.



---

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)