INGetRideStatusIntent
INGetRideStatusIntent
INGetRideStatusIntent Class of Intents A request for the current status of a previously booked ride.
class INGetRideStatusIntentOverview
When there’s a request for the status of a booked ride, SiriKit sends an INGetRideStatusIntent object to your handler object. Upon receiving this intent, fetch the ride status and return it in your response object. The intent object has no additional parameters.
To handle this intent, the handler object in your Intents extension must adopt the INGetRideStatusIntentHandling protocol. Your handler should confirm the request and create an INGetRideStatusIntentResponse object with the status of the ride.