Share via


INSearchForMessagesIntentHandling_Extensions.ResolveAttributes Method

Definition

Developers may override this method to customize the resolution of attributes in the search.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ResolveAttributes(this Intents.IINSearchForMessagesIntentHandling This, Intents.INSearchForMessagesIntent intent, Action<Intents.INMessageAttributeOptionsResolutionResult> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResolveAttributes : Intents.IINSearchForMessagesIntentHandling * Intents.INSearchForMessagesIntent * Action<Intents.INMessageAttributeOptionsResolutionResult> -> unit

Parameters

intent
INSearchForMessagesIntent

Specifies the user's intention.

completion
Action<INMessageAttributeOptionsResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to