Over the past few years, Apple has provided developers with more and more opportunities to integrate their apps with iOS. One of these opportunities is in integrating your application with Siri using the SiriKit framework.
In this chapter, you will work on an existing application called Hairdressers. This application allows users to book an appointment with their hairdresser for a certain day, and can also message their hairdresser directly. You will learn how you can integrate Siri Intents extensions to allow users to message their hairdresser through Siri. You will also implement the new Siri shortcuts to allow users to quickly schedule their appointments with their regular hairdresser.
In this chapter, you will learn about the following topics:
- Understanding intents
- Implementing an intents extension
- Adding a custom UI to a Siri intents extension...