Google Assistant Latest Status
September 1, 2018. Room A+B-2. DevFest 2018 Tokyo
Slide 2
Slide 2 text
Yoichiro Tanaka
Software Engineer / IT Architect
Google Developers Expert (Assistant, Web)
twitter.com/yoichiro
google.com/+YoichiroTanaka
Slide 3
Slide 3 text
No content
Slide 4
Slide 4 text
When was the Assistant borned?
Slide 5
Slide 5 text
26 months
after the Google Assistant launched on Google I/O 2016
Slide 6
Slide 6 text
How many devices does the
Assistant live?
Slide 7
Slide 7 text
500 M
devices where the Google Assistant lives at May 2018
Slide 8
Slide 8 text
Where can you find the Assistant?
Slide 9
Slide 9 text
No content
Slide 10
Slide 10 text
No content
Slide 11
Slide 11 text
No content
Slide 12
Slide 12 text
No content
Slide 13
Slide 13 text
No content
Slide 14
Slide 14 text
No content
Slide 15
Slide 15 text
No content
Slide 16
Slide 16 text
No content
Slide 17
Slide 17 text
No content
Slide 18
Slide 18 text
What can you fulfill using the
assistant?
Slide 19
Slide 19 text
Conversational Actions Smart Home Actions
Slide 20
Slide 20 text
Conversational Actions
Slide 21
Slide 21 text
No content
Slide 22
Slide 22 text
No content
Slide 23
Slide 23 text
No content
Slide 24
Slide 24 text
No content
Slide 25
Slide 25 text
How can I build own new
Conversation Action?
Slide 26
Slide 26 text
No content
Slide 27
Slide 27 text
Room C+D
12:50 - 13:20 セッション4
Slide 28
Slide 28 text
Room E
10:00 15:20
Slide 29
Slide 29 text
What new features have been
released recently for conversation
actions?
Slide 30
Slide 30 text
No content
Slide 31
Slide 31 text
No content
Slide 32
Slide 32 text
How about Smart Home Actions?
Slide 33
Slide 33 text
No content
Slide 34
Slide 34 text
No content
Slide 35
Slide 35 text
No content
Slide 36
Slide 36 text
Smart Home Actions
Slide 37
Slide 37 text
No content
Slide 38
Slide 38 text
No content
Slide 39
Slide 39 text
http://bit.ly/2LJwlHb
Slide 40
Slide 40 text
How is the structure of smart home
actions?
Slide 41
Slide 41 text
No content
Slide 42
Slide 42 text
No content
Slide 43
Slide 43 text
How can I build own new Smart
Home Action?
Slide 44
Slide 44 text
http://bit.ly/smarthome-washer
Slide 45
Slide 45 text
Can we use the Google Assistant
for Business?
Slide 46
Slide 46 text
No content
Slide 47
Slide 47 text
For Business...
User Authentication, Authorization
Reservation, Purchase, Payment
Slide 48
Slide 48 text
How to authenticate and authorize?
Slide 49
Slide 49 text
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?`)
}
})
Slide 50
Slide 50 text
Access Token
Your Action
Your OAuth Server
Slide 51
Slide 51 text
How to reserve, purchase and
payment?
Slide 52
Slide 52 text
Room G+H
14:10 - 14:40 セッション6
Slide 53
Slide 53 text
Is the Google Assistant for only
conversation and smart home?
Slide 54
Slide 54 text
Google Cloud Platform, Dialogflow
Android, Google Play, Web, etc.
Actions on Google
Smart-(phones | watches | speakers | earphones | tvs), PCs, Cars
Slide 55
Slide 55 text
No content
Slide 56
Slide 56 text
No content
Slide 57
Slide 57 text
No content
Slide 58
Slide 58 text
Google Cloud Platform, Dialogflow
Android, Google Play, Web, etc.
Actions on Google
Smart-(phones | watches | speakers | earphones | tvs), PCs, Cars
Slide 59
Slide 59 text
Google Assistant is Internet.
Slide 60
Slide 60 text
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
Slide 61
Slide 61 text
Is there a developer community?
Slide 62
Slide 62 text
Google Groups
http://bit.ly/assistant-dev-japan
Slack
http://bit.ly/assistant-dev-slack
Assistant Developer Community Japan
Slide 63
Slide 63 text
We just have been starting building an ecosystem of the Google Assistant. We need your cooperations.
Slide 64
Slide 64 text
Let's talk about the Google
Assistant on the Ask the Speaker!
Fin.