Share via


INSearchForBillsIntentHandling_Extensions Class

Definition

Extension methods to the IINSearchForBillsIntentHandling interface to support all the methods from the INSearchForBillsIntentHandling protocol.

public static class INSearchForBillsIntentHandling_Extensions
type INSearchForBillsIntentHandling_Extensions = class
Inheritance
INSearchForBillsIntentHandling_Extensions

Remarks

The extension methods for IINSearchForBillsIntentHandling interface allow developers to treat instances of the interface as having all the optional methods of the original INSearchForBillsIntentHandling 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(IINSearchForBillsIntentHandling, INSearchForBillsIntent, Action<INSearchForBillsIntentResponse>)

Developers may implement this method to customize search confirmation.

ResolveBillPayee(IINSearchForBillsIntentHandling, INSearchForBillsIntent, Action<INBillPayeeResolutionResult>)

Developers may implement this method to customize the resolution of the payee.

ResolveBillType(IINSearchForBillsIntentHandling, INSearchForBillsIntent, Action<INBillTypeResolutionResult>)

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

ResolveDueDateRange(IINSearchForBillsIntentHandling, INSearchForBillsIntent, Action<INDateComponentsRangeResolutionResult>)

Developers may implement this method to customize the resolution of the range of due dates.

ResolvePaymentDateRange(IINSearchForBillsIntentHandling, INSearchForBillsIntent, Action<INDateComponentsRangeResolutionResult>)

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

ResolveStatus(IINSearchForBillsIntentHandling, INSearchForBillsIntent, Action<INPaymentStatusResolutionResult>)

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

Applies to