Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Google Assistant & Actions on Google Latest Updates

Google Assistant & Actions on Google Latest Updates

スマートスピーカーを遊びたおす会 Vol 5 on March 5, 2019.
https://kotodama.connpass.com/event/120483/

Yoichiro Tanaka

March 05, 2019
Tweet

More Decks by Yoichiro Tanaka

Other Decks in Technology

Transcript

  1. Google Assistant & Actions on Google Latest Updates March 5,

    2019, Yoichiro Tanaka, スマートスピーカーを遊びたおす会 vol.5
  2. Yoichiro Tanaka Software Engineer / IT Architect Google Developers Expert

    (Assistant, Web) twitter.com/yoichiro google.com/+YoichiroTanaka
  3. 8 → 30 languages 14 → 80 countries The Assistant

    went global (up from last year).
  4. "active users of the Google Assistant grew four times over

    the past year. By the end of this month, we expect the Google Assistant to be available on one billion devices, up from 500 million last May." Here’s how the Google Assistant became more helpful in 2018
  5. Recent new features for Google Assistant • The travel guide

    (flight delays) • Eight new voices • Take care of your IOUs • Bringing the Assistant to mobile apps (Google Maps at this time) • Accessing the Google Assistant in Messages • Use your voice to do more on feature phones (KaiOS) • Multilingual support for more languages • Duplex testing started
  6. Google Cloud Platform Android, Google Play, Web, etc. Assistant SDK

    Actions on Google Smart-(phones | watches | speakers | earphones | tvs), PCs, Cars SDKs for Actions, Actions API, Assistant API, Home Graph API Dialogflow
  7. app.intent('Start Signin', conv => { conv.ask(new SignIn('To get your account

    details')) }) app.intent('Get Signin', (conv, params, signin) => { if (signin.status === 'OK') { const payload = conv.user.profile.payload conv.ask(`I got your account details, ${payload.name}. What do you want to do next?`) } else { conv.ask(`I won't be able to save your data, but what do you want to do next?`) } }) Google Sign-in feature is available by calling "SignIn" only.
  8. Smart Home actions What is the temperature in the house?

    Link 28 degree Set the house to 25 25 degree Unlink SYNC QUERY EXECUTE DISCONECT 23 degree REPORT STATE
  9. +

  10. What is conversation design? Learn about conversation How do I

    get started? Is conversation the right fit? Who are your users? Who is your persona? Draft a conversation Design for multiple devices Style guide Conversational components Error handling Visual components https://designguidelines.withgoogle.com/conversation