IINGetUserCurrentRestaurantReservationBookingsIntentHandling.HandleUserCurrentRestaurantReservationBookings メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
開発者は、このメソッドをオーバーライドし、適切な を使用して T:System.Action'1INGetUserCurrentRestaurantReservationBookingsIntentResponse を INGetUserCurrentRestaurantReservationBookingsIntentintent
呼び出す必要があります。
[Foundation.Export("handleGetUserCurrentRestaurantReservationBookings:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleUserCurrentRestaurantReservationBookings (Intents.INGetUserCurrentRestaurantReservationBookingsIntent intent, Action<Intents.INGetUserCurrentRestaurantReservationBookingsIntentResponse> completion);
abstract member HandleUserCurrentRestaurantReservationBookings : Intents.INGetUserCurrentRestaurantReservationBookingsIntent * Action<Intents.INGetUserCurrentRestaurantReservationBookingsIntentResponse> -> unit
パラメーター
ユーザーの意図を指定します。
オーバーライドによって呼び出される必要がある Completion メソッド。
- 属性