次の方法で共有


INBookRestaurantReservationIntentHandling_Extensions.ResolvePartySize メソッド

定義

開発者は、このメソッドをオーバーライドして、予約内のゲスト数の解決をカスタマイズできます。

public static void ResolvePartySize (this Intents.IINBookRestaurantReservationIntentHandling This, Intents.INBookRestaurantReservationIntent intent, Action<Intents.INIntegerResolutionResult> completion);
static member ResolvePartySize : Intents.IINBookRestaurantReservationIntentHandling * Intents.INBookRestaurantReservationIntent * Action<Intents.INIntegerResolutionResult> -> unit

パラメーター

This
IINBookRestaurantReservationIntentHandling

このメソッドが動作するインスタンス。

intent
INBookRestaurantReservationIntent

ユーザーの意図を指定します。

completion
Action<INIntegerResolutionResult>

オーバーライドによって呼び出される必要がある Completion メソッド。

適用対象