GDG Bronx DevFest
1 Dec 2018
Audio and Photo Credit: CBS Studios
Software developer / Consultant
Google Developer Expert for Assistant, IoT, Wearables, Identity
http://spiders.com/
http://prisoner.com/
http://prisoner.com/ubi/
Photo Credit: CBS Studios / Paramount
A conversation
between you and Google that helps you get things done
in your world.
Actions on Google is the API
that lets you engage in conversations
with other services
through the Google Assistant.
Photo Credit: CBS Studios
en-US | es-US | es-409 | de-DE | ja-JP |
en-UK | es-EU | es-MX | da-DK | ko-KR |
en-AU | fr-FR | pt-BR | no-NO | zh-TW |
en-CA | fr-CA | it-IT | nl-NL | |
en-SG | th-TH | id-ID | sv-SE | |
en-IN | hi-IN | ru-RU |
Photo Credit: CBS Studios
Photo Credit: CBS Studios
Can you express it as a conversation?
Photo Credit: CBS Studios
Photo Credit: CBS Studios
Photo Credit: CBS Studios
Photo Credit: CBS Studios
Test it with developers back to back - one of them acting as the Assistant.
app.intent('tell.greeting', (conv, { color, num }) => {
conv.ask(`Dialogflow likes ${color}`, new Suggestions('Ok', 'Cool'))
conv.ask(new BasicCard({
title: 'Card Title',
image: { // Mostly, provide anonymous Objects
url: 'https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png',
accessibilityText: 'Google Logo',
},
buttons: new Button({ // Wrapper for complex sub Objects, but can also use Objects when needed
title: 'Button Title',
url: 'https://www.google.com',
}),
display: 'WHITE',
}))
})
Photo Credit: CBS Studios
Photo Credit: CBS Studios
Photo Credit: CBS Studios
https://spiders.com/
https ://prisoner.com/ubi/
Photo Credit: CBS Studios / Paramount
https://actions.google.com/design
https://developers.google.com/actions
Stack Overflow: actions-on-google
https://codelabs.developers.google.com/
(Category: Assistant)