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

Google Assistant Latest Status

Yoichiro Tanaka
September 01, 2018

Google Assistant Latest Status

September 1, 2018
DevFest Tokyo 2018

Yoichiro Tanaka

September 01, 2018
Tweet

More Decks by Yoichiro Tanaka

Other Decks in Technology

Transcript

  1. Yoichiro Tanaka Software Engineer / IT Architect Google Developers Expert

    (Assistant, Web) twitter.com/yoichiro google.com/+YoichiroTanaka
  2. 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?`) } })
  3. Google Cloud Platform, Dialogflow Android, Google Play, Web, etc. Actions

    on Google Smart-(phones | watches | speakers | earphones | tvs), PCs, Cars
  4. Google Cloud Platform, Dialogflow Android, Google Play, Web, etc. Actions

    on Google Smart-(phones | watches | speakers | earphones | tvs), PCs, Cars
  5. Google Cloud Platform, Dialogflow Android, Google Play, Web, etc. Assistant

    SDK Actions on Google Smart-(phones | watches | speakers | earphones | tvs), PCs, Cars SDKs for Actions, Action API, Assistant API
  6. We just have been starting building an ecosystem of the

    Google Assistant. We need your cooperations.