INSendRideFeedbackIntentResponse
Your app’s response to a send ride feedback intent.
Declaration
class INSendRideFeedbackIntentResponseOverview
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.