Share via


IINSearchForBillsIntentHandling.HandleSearch Method

Definition

Developers may implement this method to customize bill searches.

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