INSearchForMessagesIntentHandling_Extensions.ResolveAttributes Method

Definition

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

public static void ResolveAttributes (this Intents.IINSearchForMessagesIntentHandling This, Intents.INSearchForMessagesIntent intent, Action<Intents.INMessageAttributeOptionsResolutionResult> completion);
static member ResolveAttributes : Intents.IINSearchForMessagesIntentHandling * Intents.INSearchForMessagesIntent * Action<Intents.INMessageAttributeOptionsResolutionResult> -> unit

Parameters

This
IINSearchForMessagesIntentHandling

The instance on which this method operates.

intent
INSearchForMessagesIntent

Specifies the user's intention.

completion
Action<INMessageAttributeOptionsResolutionResult>

Completion method that must be called by the override.

Applies to