INSearchForMessagesIntentHandling_Extensions Class

Definition

Optional methods of the IINSearchForMessagesIntentHandling interface.

public static class INSearchForMessagesIntentHandling_Extensions
type INSearchForMessagesIntentHandling_Extensions = class
Inheritance
INSearchForMessagesIntentHandling_Extensions

Methods

ConfirmSearchForMessages(IINSearchForMessagesIntentHandling, INSearchForMessagesIntent, Action<INSearchForMessagesIntentResponse>)

Developers may override this method to customize the confirmation of a message search.

ResolveAttributes(IINSearchForMessagesIntentHandling, INSearchForMessagesIntent, Action<INMessageAttributeOptionsResolutionResult>)

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

ResolveDateTimeRange(IINSearchForMessagesIntentHandling, INSearchForMessagesIntent, Action<INDateComponentsRangeResolutionResult>)

Developers may override this method to customize the date range used in the search.

ResolveGroupNames(IINSearchForMessagesIntentHandling, INSearchForMessagesIntent, Action<INStringResolutionResult[]>)

Developers should not use this deprecated method. Developers should use 'ResolveSpeakableGroupNames' instead.

ResolveRecipients(IINSearchForMessagesIntentHandling, INSearchForMessagesIntent, Action<INPersonResolutionResult[]>)

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

ResolveSenders(IINSearchForMessagesIntentHandling, INSearchForMessagesIntent, Action<INPersonResolutionResult[]>)

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

ResolveSpeakableGroupNames(IINSearchForMessagesIntentHandling, INSearchForMessagesIntent, Action<INSpeakableStringResolutionResult[]>)

Developers may override this method to customize the resolution of speakable names for the groups that were named as recipients.

Applies to