Contents

INTransferMoneyIntent

A request to transfer money between two accounts.

Declaration

class INTransferMoneyIntent

Overview

Siri creates an INTransferMoneyIntent object when the user asks to transfer money between two accounts. Transfers can occur only between accounts associated with the user. Use the information provided by the intent object to identify the involved accounts and the amount to transfer.

To handle this intent, the handler object in your Intents extension must adopt the INTransferMoneyIntentHandling protocol. Your handler should confirm the request and create an INTransferMoneyIntentResponse object with the transaction details. For successful transfers, Siri offers a way for the user to view the results.

Additional Intent Attributes

The following table lists additional attributes of this intent object:

Attribute

Description

Supported by

Siri Intents, Siri Suggestions

Always requires unlocked device

Yes

When performing a search, Siri automatically asks the user to unlock a currently locked device. You don’t need to explicitly ask to unlock the device. In addition, Siri always prompts the user to confirm the request before asking your Intents extension to handle it.

Topics

Initializing the Intent Object

Getting the Account Information

Getting the Transaction Details

Initializers

See Also

Money Transfers