Contents

disambiguation(with:)

Creates an object whose resolution requires the user to select from among the specified objects.

Declaration

class func disambiguation(with restaurantGuestsToDisambiguate: [INRestaurantGuest]) -> Self

Parameters

  • restaurantGuestsToDisambiguate:

    An array of Inrestaurantguest objects from which to select. Specify as few items as possible, and preferably no more than five.

Return Value

A new INRestaurantGuestResolutionResult object.

Discussion

Use this method when you cannot resolve the guest uniquely and need the user to select from a limited set of possible guests.

See Also

Creating a Resolution Result Object