---
title: INGetRideStatusIntentResponse
framework: intents
role: symbol
role_heading: Class
path: intents/ingetridestatusintentresponse
---

# INGetRideStatusIntentResponse

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

## Declaration

```swift
class INGetRideStatusIntentResponse
```

## Overview

Overview An 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 object in the confirm(intent:completion:) and handle(intent:completion:) methods of your handler object. For more information about implementing your handler object, see INGetRideStatusIntentHandling.

## Topics

### Initializing the Response Object

- [init(code:userActivity:)](intents/ingetridestatusintentresponse/init(code:useractivity:).md)

### Getting the Response Code

- [code](intents/ingetridestatusintentresponse/code.md)
- [INGetRideStatusIntentResponseCode](intents/ingetridestatusintentresponsecode.md)

### Getting the Ride Status Information

- [rideStatus](intents/ingetridestatusintentresponse/ridestatus.md)

## Relationships

### Inherits From

- [INIntentResponse](intents/inintentresponse.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Get the Ride Status

- [INGetRideStatusIntentHandling](intents/ingetridestatusintenthandling.md)
- [INGetRideStatusIntent](intents/ingetridestatusintent.md)
- [INGetRideStatusIntentResponseObserver](intents/ingetridestatusintentresponseobserver.md)
