INRestaurantGuestResolutionResult.GetSuccess(INRestaurantGuest) Method

Definition

Factory method to create an INIntentResolutionResult object indicating that the parameter value was successfully matched.

[Foundation.Export("successWithResolvedRestaurantGuest:")]
public static Intents.INRestaurantGuestResolutionResult GetSuccess (Intents.INRestaurantGuest resolvedRestaurantGuest);
static member GetSuccess : Intents.INRestaurantGuest -> Intents.INRestaurantGuestResolutionResult

Parameters

resolvedRestaurantGuest
INRestaurantGuest

Returns

Attributes

Applies to