INSearchForBillsIntentHandling_Extensions Class

Definition

Optional methods of the IINSearchForBillsIntentHandling interface.

public static class INSearchForBillsIntentHandling_Extensions
type INSearchForBillsIntentHandling_Extensions = class
Inheritance
INSearchForBillsIntentHandling_Extensions

Methods

ConfirmSearch(IINSearchForBillsIntentHandling, INSearchForBillsIntent, Action<INSearchForBillsIntentResponse>)

Developers may implement this method to customize search confirmation.

HandleSearch(IINSearchForBillsIntentHandling, INSearchForBillsIntent, Action<INSearchForBillsIntentResponse>)

Developers may implement this method to customize bill searches.

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