3 Running a voice-first application – and noticing issues
This chapter covers
- Creating and testing a simple voice-first interaction
- Code samples for a simple Google Assistant action
- Introduction to the architecture that incorporates Google Assistant
- Pros and cons of relying on tools for voice development
In the previous two chapters, you were introduced to voice interaction technology and the reasons why some things are harder to get right than others for humans and machines in conversational interactions. Now it’s time to jump in and get your own quick voice-first interaction up and running, staying in the same familiar food domain. It’s a convenient test bed for introducing the core concepts—finding a restaurant is probably something you’re familiar with, and it covers many voice-first concepts. The task of finding a restaurant seems simple, but things get complicated pretty quickly. When you expand functionality to deal with real users, you’ll stray from the ‘Happy Path’ quickly, but let’s not worry about real life yet.