Share via


IINSearchForBillsIntentHandling.Confirm Method

Definition

Developers may implement this method to customize search confirmation.

[Foundation.Export("confirmSearchForBills:completion:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Confirm(Intents.INSearchForBillsIntent intent, Action<Intents.INSearchForBillsIntentResponse> completion);
[<Foundation.Export("confirmSearchForBills:completion:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Confirm : Intents.INSearchForBillsIntent * Action<Intents.INSearchForBillsIntentResponse> -> unit
override this.Confirm : 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