Contents

INTransferMoneyIntentResponse

Your app’s response to a request to transfer money.

Declaration

class INTransferMoneyIntentResponse

Overview

Use an INTransferMoneyIntentResponse object to specify the details of the transfer operation that you perform. After creating the object, fill in the details of the transaction, including the amount to transfer, the accounts involved, and the date to make the transaction. Siri communicates the details back to the user at appropriate times.

You create an INTransferMoneyIntentResponse 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.

Topics

Initializing the Response Object

Getting the Response Code

Providing the Account Information

Providing the Transaction Details

See Also

Money Transfers