<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INSendRideFeedbackIntentHandling",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(pl)INSendRideFeedbackIntentHandling"
  },
  "title" : "INSendRideFeedbackIntentHandling"
}
-->

# INSendRideFeedbackIntentHandling

The handler interface for sending ride feedback to your service.

```
protocol INSendRideFeedbackIntentHandling : NSObjectProtocol
```

## Overview

Use the methods of the [`INSendRideFeedbackIntentHandling`](/documentation/Intents/INSendRideFeedbackIntentHandling) protocol to confirm and handle requests to send feedback about a ride to your service. Adopt this protocol in an object of your Intents extension that is capable of conveying the feedback to your service.

To initiate the delivery of an [`INSendRideFeedbackIntent`](/documentation/Intents/INSendRideFeedbackIntent), the user must have previously completed a ride in Maps or Siri and asked the user to provide feedback. Specifically, the [`INRideCompletionStatus`](/documentation/Intents/INRideCompletionStatus) object that you created must indicate that it requires feedback before beginning a new ride. (Maps also gives the user a chance to provide feedback proactively). After the user provides feedback, Siri delivers the feedback intent to your Intents extension.

## Topics

### Confirming the Intent

[`func confirm(sendRideFeedback: INSendRideFeedbackIntent, completion: (INSendRideFeedbackIntentResponse) -> Void)`](/documentation/Intents/INSendRideFeedbackIntentHandling/confirm(sendRideFeedback:completion:))

Confirms that you can apply the feedback to the specified ride.

### Handling the Intent

[`func handle(sendRideFeedback: INSendRideFeedbackIntent, completion: (INSendRideFeedbackIntentResponse) -> Void)`](/documentation/Intents/INSendRideFeedbackIntentHandling/handle(sendRideFeedback:completion:))

Handles the recording of feedback for the specified ride.

## Relationships

### Inherits From

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

### Inherited By

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

---

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)