Your app’s response to a request to a search for bills.
SDKs
- iOS 10.3+
- Mac Catalyst 13.0+
- watchOS 3.2+
Framework
- Intents
Declaration
class INSearchForBillsIntentResponse : INIntent Response
Overview
Use an INSearch
object to return the list of bills found during a search operation. After performing a search using the criteria specified in an INSearch
object, create an instance of this class and fill it with the results of that search. Siri communicates the information from your response to the user at appropriate times.
You create an INSearch
object in the confirm(intent:
and handle(intent:
methods of your search for bills handler object. For more information about implementing your handler object, see INSearch
.