rideOptionName
The name of the ride option selected by the user.
Declaration
@NSCopying var rideOptionName: INSpeakableString? { get }Discussion
If the user requested a specific type of ride, this property specifies the name of that ride. Map this string to the INRideOption object that most closely represents your company’s available rides. You can then use the ride option information to select a vehicle to fulfill the ride request.
You can define the names of ride options using custom vocabulary terms. For information on how to configure ride option names in your global vocabulary file, see Registering Custom Vocabulary with SiriKit.