Google Assistant Smart Home Part 2: API Implementation

Daniel Myers
Google Developers
Published in
11 min readSep 25, 2019

--

This is part 2 of a two-part series on building voice-controlled devices with Google Assistant. If you haven’t read part 1, please do so here! Specific things I’ll be covering here include:

  1. Incoming calls: SYNC, QUERY, EXECUTE, and DISCONNECT
  2. Outgoing calls: Report State and Request Sync
  3. Error types and concepts

--

--