Contents

INSearchForBillsIntentResponse

Your app’s response to a request to a search for bills.

Declaration

class INSearchForBillsIntentResponse

Overview

Use an INSearchForBillsIntentResponse object to return the list of bills found during a search operation. After performing a search using the criteria specified in an INSearchForBillsIntent 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 INSearchForBillsIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your search for bills handler object. For more information about implementing your handler object, see INSearchForBillsIntentHandling.

Topics

Initializing the Response Object

Getting the Response Code

Accessing the Search Results

See Also

Bill Search