INSearchCallHistoryIntentHandling_Extensions Class

Definition

Optional methods of the IINSearchCallHistoryIntentHandling interface.

public static class INSearchCallHistoryIntentHandling_Extensions
type INSearchCallHistoryIntentHandling_Extensions = class
Inheritance
INSearchCallHistoryIntentHandling_Extensions

Methods

ConfirmSearchCallHistory(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