INListCarsIntentHandling
The handler interface for requesting a list of the user’s electric vehicles.
Declaration
protocol INListCarsIntentHandling : NSObjectProtocolOverview
Use the methods of the INListCarsIntentHandling protocol to confirm and handle requests from Maps for a list of the user’s electric vehicles. Adopt this protocol in an object of your Intents extension that can provide information about each of the user’s vehicles.
Maps delivers an INListCarsIntent object to your handler when it needs to present a list of vehicles to the user. The intent is a placeholder object and doesn’t provide any contextual information pertaining to the request.