INPayBillIntentResponse
Your app’s response to a request to pay a bill.
Declaration
class INPayBillIntentResponseOverview
Use an INPayBillIntentResponse object to specify the details of the bill payment operation that you perform. After creating the object, fill in the details of the transaction, including the amount to transfer, the user account involved, the payee, and the date for the transaction to occur. Siri communicates the bill details back to the user at appropriate times.
You create an INPayBillIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your handler object. For more information about implementing your handler object, see INPayBillIntentHandling.