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
Slide 51
Slide 51 text
Multimodal
Slide 52
Slide 52 text
No content
Slide 53
Slide 53 text
No content
Slide 54
Slide 54 text
No content
Slide 55
Slide 55 text
No content
Slide 56
Slide 56 text
Basic card, Suggestion chip, Carousel
Slide 57
Slide 57 text
Media responses, Table, List
Slide 58
Slide 58 text
No content
Slide 59
Slide 59 text
Business (Auth & Purchase)
Slide 60
Slide 60 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 61
Slide 61 text
You can integrate physical purchase feature in your actions with Google Payment/your own payment.
Slide 62
Slide 62 text
Digital Goods Transactions feature uses In-app products in Google Play.
Slide 63
Slide 63 text
Digital Goods Transactions feature uses In-app products in Google Play.
Slide 64
Slide 64 text
Relationship with Web & Android
Slide 65
Slide 65 text
+
Slide 66
Slide 66 text
No content
Slide 67
Slide 67 text
No content
Slide 68
Slide 68 text
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
Slide 69
Slide 69 text
Google Assistant is Internet.
Slide 70
Slide 70 text
(Your Brand Name) Search
Search Engine Optimization was an important thing.
Slide 71
Slide 71 text
Assistant Optimization will be an important thing than SEO.
(Your Brand Name) を知りたい
Slide 72
Slide 72 text
Economic Growth
Electricity, Public health, Chemistry, Pharmaceutical industry,
Internal-combustion engine and Communication
Slide 73
Slide 73 text
Is AI changing our life?
Slide 74
Slide 74 text
Basic Research/Study
Platform/Infrastructure
Services/Applications/Use-cases
Current Hot Layers
Current AI Status
Very Important Layers!
Slide 75
Slide 75 text
We just have been starting building an ecosystem of the Google Assistant. We need your cooperations.
Slide 76
Slide 76 text
Google Groups
http://bit.ly/assistant-dev-japan
Slack
http://bit.ly/assistant-dev-slack
Assistant Developer Community Japan
Slide 77
Slide 77 text
Thank you. Any questions?
Google Developers ML Summit, Dec 14 2018, Yoichiro Tanaka