resolveGuestProvidedSpecialRequestText(for:completion:)
Resolves any special requests made in connection with the reservation.
Declaration
optional func resolveGuestProvidedSpecialRequestText(for intent: INBookRestaurantReservationIntent, completion: @escaping @Sendable (INStringResolutionResult) -> Void)optional func resolveGuestProvidedSpecialRequestText(for intent: INBookRestaurantReservationIntent) async -> INStringResolutionResultParameters
- intent:
The intent object containing details about the user’s request. Use this object to get the initial information, if any, provided by the user.
- completion:
The block to execute with the resolution. You must execute this block at some point during your implementation of this method. This block has no return value and takes the following parameter:
- resolutionResult
The object containing the details of your proposed resolution. For successful resolutions, create a resolution object whose value contains a string with the text you plan to send to the restaurant when communicating special requests.
Discussion
Implement this method to resolve any special requests for the reservation. For example, the guest requires a booster seat for a child or one of the guests has a food allergy.