---
title: INSendRideFeedbackIntentResponse
framework: intents
role: symbol
role_heading: Class
path: intents/insendridefeedbackintentresponse
---

# INSendRideFeedbackIntentResponse

Your app’s response to a send ride feedback intent.

## Declaration

```swift
class INSendRideFeedbackIntentResponse
```

## Overview

Overview An INSendRideFeedbackIntentResponse object contains your app’s response to a request for feedback about a ride. After creating the response object, specify any feedback using the properties of this object. Siri and Maps display your response information to the user during the confirmation phase. You create an INSendRideFeedbackIntentResponse object in the confirm(sendRideFeedback:completion:) and confirm(sendRideFeedback:completion:) methods of your handler object. For more information about implementing your handler object, see INSendRideFeedbackIntentHandling.

## Topics

### Initializing the Response Object

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

### Getting the Response Code

- [code](intents/insendridefeedbackintentresponse/code.md)
- [INSendRideFeedbackIntentResponseCode](intents/insendridefeedbackintentresponsecode.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

### Send Ride Feedback

- [INSendRideFeedbackIntentHandling](intents/insendridefeedbackintenthandling.md)
- [INSendRideFeedbackIntent](intents/insendridefeedbackintent.md)
