Share via


INSearchCallHistoryIntentHandling_Extensions Class

Definition

Extension methods to the IINSearchCallHistoryIntentHandling interface to support all the methods from the INSearchCallHistoryIntentHandling protocol.

public static class INSearchCallHistoryIntentHandling_Extensions
type INSearchCallHistoryIntentHandling_Extensions = class
Inheritance
INSearchCallHistoryIntentHandling_Extensions

Remarks

The extension methods for IINSearchCallHistoryIntentHandling interface allow developers to treat instances of the interface as having all the optional methods of the original INSearchCallHistoryIntentHandling protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

Name Description
Confirm(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INSearchCallHistoryIntentResponse>)

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

ResolveCallType(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INCallRecordTypeResolutionResult>)

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

ResolveCallTypes(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INCallRecordTypeOptionsResolutionResult>)

Developers may implement this method to resolve call types for a history search.

ResolveDateCreated(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INDateComponentsRangeResolutionResult>)

Developers may override this method to customize the "date created" parameter of the search.

ResolveRecipient(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INPersonResolutionResult>)

Developers may override this method to customize the recipient parameter of the search.

ResolveUnseen(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INBooleanResolutionResult>)

Developers may implement this method to customize resolution of whether the user or app may search for unseen calls.

Applies to