INSearchForNotebookItemsIntentHandling_Extensions Class

Definition

Optional methods for the IINSearchForNotebookItemsIntentHandling interface.

public static class INSearchForNotebookItemsIntentHandling_Extensions
type INSearchForNotebookItemsIntentHandling_Extensions = class
Inheritance
INSearchForNotebookItemsIntentHandling_Extensions

Methods

Confirm(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INSearchForNotebookItemsIntentResponse>)

Developers may implement this method to confirm whether local and remote resources are ready to perform the search.

ResolveContent(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INStringResolutionResult>)

Developers may implement this method to customize resolution of the search string.

ResolveDateSearchType(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INDateSearchTypeResolutionResult>)

Developers may implement this method to customize resolution of the date type.

ResolveDateTime(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INDateComponentsRangeResolutionResult>)

Developers may implement this method to customize resolution of the search time and date.

ResolveItemType(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INNotebookItemTypeResolutionResult>)

Developers may implement this method to customize resolution of the type of items to search for.

ResolveLocation(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INPlacemarkResolutionResult>)

Developers may implement this method to customize resolution of the location of a location-based search.

ResolveLocationSearchType(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INLocationSearchTypeResolutionResult>)

Developers may implement this method to customize resolution of the location search type.

ResolveStatus(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INTaskStatusResolutionResult>)

Developers may implement this method to customize resolution of the search status.

ResolveTitle(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INSpeakableStringResolutionResult>)

Developers may implement this method to customize resolution of the title to search for.

Applies to