Share via


INSearchForBillsIntentHandling_Extensions.Confirm Method

Definition

Developers may implement this method to customize search confirmation.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void Confirm(this Intents.IINSearchForBillsIntentHandling This, Intents.INSearchForBillsIntent intent, Action<Intents.INSearchForBillsIntentResponse> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Confirm : Intents.IINSearchForBillsIntentHandling * Intents.INSearchForBillsIntent * Action<Intents.INSearchForBillsIntentResponse> -> unit

Parameters

intent
INSearchForBillsIntent

Specifies the user's intention.

completion
Action<INSearchForBillsIntentResponse>

Completion method that must be called by the override.

Attributes

Applies to