INSearchForBillsIntent
A request for the list of bills matching the specified criteria.
Declaration
class INSearchForBillsIntentOverview
Siri creates an INSearchForBillsIntent object when the user asks to see pending or already paid bills. The intent object contains the values to match when searching for bills. Users can search for bills based on the due date, the payee, the type, and whether they’re pending or already paid. When performing the search, use only the provided parameters to filter the search results and ignore any parameters that have a missing or unknown value.
To handle this intent, the handler object in your Intents extension must adopt the INSearchForBillsIntentHandling protocol. Your handler should confirm the request and create an INSearchForBillsIntentResponse object with the results of the search. For successful searches, 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 |
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.