
Únete a la comunidad de desarrolladores de Asistente de Google
Conéctate, colabora y colabora con desarrolladores de todo el mundo y con el equipo de Actions on Google.
Aprende
Conoce las prácticas recomendadas de expertos y desarrolladores.
Mantente en contacto
Mantente al tanto de las noticias, los debates y los eventos de la comunidad.
Regístrate para recibir el boletín informativo de Actions on Google
Noticias más recientes
Break out from the sea of Android App icons — What are Custom Intents for App Actions?
I counted and I have 129 apps installed on my phone, not including my work profile! I doubt that I’m an outlier. Do I use all of them? Nope, I totally forgot that I had installed so many of them. The biggest challenge for android developers after
Smart Home Actions 2020 Update & Resources
The Google Smart Home platform lets users control your connected devices through the Google Home app and Google Assistant, helping to create a helpful home for your users. As the Smart Home platform has continued to mature over the past year, we’ve
Conversational Actions 2020 Recap
Conversational Actions extend the functionality of Google Assistant by allowing you to create custom experiences, or conversations, for users of Google Assistant. Over the year we launched several tools and resources and we’ve listed all them all
App Actions 2020 Recap
App Actions allow users to launch specific features in your Android app using Google Assistant. From a user’s perspective, App Actions provide users with quick ways to verbally navigate to your app or specific activities in your app. In 2020, we
AoG ProTips: Handing Offline Devices
Missed our weekly video? Don’t worry, watch this week’s #AoGProTips 🎥 Many factors can affect device connectivity in the home, and it’s important to keep users aware when their devices are unreachable or offline. A critical element of your smart home
AoG ProTips: Test Suite for Smart Home
Missed our weekly video? Don’t worry, watch this week’s #AoGProTips 🎥 The test suite for smart home allows you to self-test your smart home Action and verify that it meets all the necessary criteria before you submit for review. The test suite
AoGProTips: Synchronize animations with the Text-To-Speech
Missed our weekly video? Don’t worry, watch this week of #AoGProTips 🎥 When building smart display games for the Google Assistant using Interactive Canvas, you can add fun animations to create a fully immersive experience. Do you know you can
AoG ProTips: Inspecting Home Graph
Missed our weekly video? Don’t worry, watch this week’s #AoGProTips 🎥 Google’s Home Graph provides contextual data about the home and its devices, creating a logical map of the home. This enables users to target devices by room or implicitly make
AoG ProTips: Account Linking Verification for Smart Home
Missed our weekly video? Don’t worry, watch this week’s #AoGProTips 🎥 Smart home Actions rely on account linking to authorize the Google Assistant to access a user’s devices, but this is a multi-step process that can be difficult to debug in
How to customize Fallback Intents for Interactive Canvas Actions
Missed our weekly video? Don’t worry, watch this week of #AoGProTips 🎥 One of my favorite moments when building a conversational Action for the Google Assistant is discovering unexpected user input. Like any daily conversation, the path of Assistant
Using Logs to Improve Actions
To views log in Dialogflow, go to the Dialogflow Console and in the left navigation menu, you can find items labeled as training, history, and analytics. For this blog, we’ll focus on the training tab (seen in the screenshot above). This section
Action Links
Have you built a new Action or added more depth or features to an existing Action? You might have shared that experience with your users with a directory weblink, which is the URL for your Action in the Assistant Directory. If a user clicks on the
Google Assistant GDEs at #GDESummit2019
The last weekend of October was the Google Developer Expert (GDE) Summit, where GDEs from all around the world come together at Google to learn about the latest technologies. GDEs are part of the Experts Program, which is: We had several of our
Use video loops with Interactive Canvas
Video can be a very effective way to use high-production visuals in your Interactive Canvas game for the Google Assistant. In a previous post, we discussed using video loops in an Interactive Canvas web app. This post discusses the necessary steps to
Actions on Google Console Analytics Updates
Have you built an Action for the Google Assistant and wondered how many people are using it? Or how many of your users are returning users? In this blog post, we will dive into 3 improvements that the Actions on Google Console team has made to give
Smart Home Cloud Services with Google: Part 2
In the previous post of this series, we explored using Cloud IoT Core and Firebase to build a device cloud for smart home devices. We saw how Cloud IoT Core enables us to securely connect constrained devices to Google Cloud, while Firebase constructs
Google Assistant Smart Home Part 2: API Implementation
This is part 2 of a two-part series on building voice-controlled devices with Google Assistant. If you haven’t read part 1, please do so here! Specific things I’ll be covering here include: From part 1, we learned that your IoT device needs to
Put your Action to the test: Tips to improve your action with testing
Testing is an important part of any development process. Without testing, you risk releasing code that results in a frustrating user experience. Actions on Google are no different. It’s crucial to test all the pieces of your Action to make sure your
Optimize your web apps for Interactive Canvas
Using Interactive Canvas to create an Action for the Google Assistant combines the best of conversational interfaces with the rich visual capabilities of HTML. We’ve been using Interactive Canvas for a while, experimenting with various ideas and
Training the next generation of voice developers through hackathons and MLH Localhost
During the Fall 2018 and Spring 2019 seasons, Google Cloud and Actions on Google partnered with Major League Hacking (MLH), the official student hackathon league, to provide students with the resources they needed to build innovative projects during
Bringing Tabletop Audio to Actions on Google through media responses
Finding the best music to fit the mood is something that a lot of game masters look for, and a website called Tabletop Audio has been meeting this need through high-quality original tracks for a variety of genres and ambiances. It was in my second
Create rich, immersive Google Assistant Games with Interactive Canvas
At I/O this year, we announced Interactive Canvas, a new way to build immersive, full-screen experiences that combine the power of voice, visuals, and touch on Smart Displays and Android phones. Starting today, you can build and deploy your
Creating Smarter Suggestion Chips for your Action
Imagine that you are developing an Action. You’ve completed the design for the voice-only experience, and now you’re moving on to how the Action will work on screens. While writing sample dialogs, you realize that some paths through the Action will
Catch errors earlier in development with the new Actions on Google linter
Today, we’re launching the Actions on Google linter for Node.js. The linter performs compile-time checks and alerts you when a webhook builds a response that doesn’t follow the documented requirements. Those include having too many chat bubbles (text
Digital signatures: how Sleek leverages Cloud HSM to guarantee the integrity of legal documents
Sleek is part of a new wave of corporate services providers who offer “online first” corporate and accounting compliance for their Singapore-registered company. Traditionally, corporate services were similar to law firms — conservative and
Best practices for connecting IoT devices to the Google Assistant
After moving to New York and settling into an apartment a few months ago, I started to think of ways to incorporate automation into my new home. Naturally, I ended up getting some Google Assistant-enabled smart home devices! What attracted me was the
Using Cloud Run as a webhook for Actions on Google
Cloud Run is a new product for Google Cloud Platform that makes it easier to run your application in the cloud as a container without having to worry about the infrastructure. Cloud Run is automatically able to scale to meet the demands of your
Bridging the gap between research and big tech: applied AI/ML best practices for the modern…
Authors: Devvret Rishi, Margaret Jennings Rising Industry Interest With the buzz around AI/ML, there has been an influx of interest to leverage the best-in-class technology. From data-first products to staying ahead of the competition, AI/ML presents
Open Sourcing the Magnificent Escape Action
In a previous post, I discussed the design and implementation of my Magnificent Escape game for the Google Assistant. I’ve received lots of questions regarding the code and the Dialogflow agent. So, I’ve decided to open source the game. I’ll explain
Authenticating smart home Actions for the Google Assistant with Auth0
When you’re building a smart home Action for the Google Assistant, one of the setup steps is to add account linking. These Actions require an OAuth 2.0 integration between the Google Assistant and your service in order to verify that each query and
Improving Actions on Google reference documentation with the new Typedoc Neo theme
When the Actions on Google Node.js library migrated from version 1 to version 2, it was rewritten in TypeScript, a superset of the JavaScript programming language which is transpiled to JavaScript. As part of this development, we used a tool called
Building a Smart Home Cloud Service with Google
Recently, my colleague Dan Myers wrote a great piece on IoT & Google Assistant, introducing the core concepts of the Smart Home Actions API. This API enables developers to report device state to the Home Graph from their existing cloud service
Firebase & Google Cloud: What’s different with Cloud Firestore?
Previously in this blog series, I talked about the relationship between Firebase and Google Cloud Platform (GCP). In the last post, you learned about some of the specific differences with Cloud Functions. In this post, I’ll do the same with Cloud
GDE Spotlight: Meet Allen
New year, new you, new Actions on Google developer Spotlight blog series! We have many amazing Assistant Google Developer Experts (GDEs) on our platform, and we are excited to introduce them to you in this Spotlight series! Actions on Google (AoG) is
What is the next big thing in AI and ML?
The past year has been rich in events, discoveries and developments in AI. It is hard to sort through the noise to see if the signal is there and, if it is, what is the signal saying. This post attempts to get you exactly that: I’ll try to extract
Make Audio Recordings with Actions on Google
Did you know that you can let your users record their own audio for a Google Assistant Action? In this article, we’ll show you how to create a simple prototype that allows users to make an audio recording that can then be played back on the Google
Using Cloud Storage for Firebase for hosting rich media in your Actions
The Actions on Google platform allows developers to provide rich media content in responses, such as images and audio files. This can be content that you create yourself or find on the web (for example, by using audio from the Actions on Google sound
What’s the relationship between Firebase and Google Cloud?
If you’re a mobile app developer, I imagine there’s a good chance that you know something about Firebase, Google’s mobile application development platform. Or, if you’re an enterprise systems developer, you might know something about Google Cloud
Firebase & Google Cloud: What’s different with Cloud Functions?
In my prior post about Firebase and & Google Cloud Platform (GCP), I talked about some of the ways that Firebase relates to GCP. The main points were: I promised to expand more on the third point for each of the products that Firebase augments.
IoT & Google Assistant
It’s fun to ask the Google Assistant questions and have it, seemingly like magic, return answers to you. It’s a whole different feeling when you can ask the Assistant to do things for you in the physical world. Using the Actions on Google developer
Announcing the Java & Kotlin client library for Actions on Google
We have supported a Node.js client library for Actions on Google since the platform first launched. We learned a lot from developers who used the library. We also heard loud and clear that you wanted to see better support for building Actions for
Magnificent Escape Action Update
In a previous post, I discussed the design and publication of my escape-the-room Action called “ Magnificent Escape ”. Since the game was launched for the Google Assistant, various improvements have been made which are discussed in this post. Since
5 Tips when Localizing your Action (adding different languages)
Need some help along the way? Don’t worry, we’ve got some tips for you. Here are five best practices to help with localizing to reach international audiences: 1. Make sure your Action has advanced and thorough functionality before localizing,
Introducing the Conversation API Playground for Actions on Google
While we have seen a lot of adoption with the Actions on Google Node.js library, many developers are interacting directly with JSON responses in the language of their choice. We have seen some developers confused by what responses to provide, and
Where Does Data Come From?
My favorite type of startup founder is a hacker. I don’t mean the nefarious, law-breaking kind of hacker; I mean the curious, experimental, builder type of hacker — literally one who makes rough cuts. Most of the ethos around startups speaks to this
No Machine Learning in your product? Start here
In the machine learning (ML) era, leveling up your Product Management team with some ML knowledge and skills is more vital than ever, and you might be surprised at how accessible the essentials are. And yet, those skills are all too rare. I’ve spent
Videos más recientes
Use Gemini as a coding assistant!
Level up your coding skills with Gemini! In this video, I'll show you how to use Gemini as a powerful AI coding assistant to write code faster, debug more efficiently, and learn new programming concepts. Subscribe to Google for Developers →
Introduction to AppSheet Actions
This video provides a comprehensive introduction to AppSheet actions, a core feature for building powerful and intuitive apps. Learn how actions support a diverse set of distinct operations in an app, triggered by users or automations. Dive in to
Visual Editing in AppSheet
AppSheet's visual editor makes building and modifying apps easier than ever before. Get an overview of how to use AppSheet’s visual editor in this demonstration. We'll walk through how to enable or disable the visual editing mode with the toggle,
How to embed AppSheet apps in Google Docs using smart chips
Learn how to seamlessly embed AppSheet apps into your Google Docs using Smart Chips! Watch Google Workspace Customer Engineer, Pooja Jain, demonstrate how to install the AppSheet add-on, and insert an app as an interactive Smart Chip in Docs. Then
Learn how to extend Wordcraft
Creating stories is a fulfilling process, but writer’s block can sometimes get in the way. Learn how to build an AI powered writing assistant with the #GeminiAPI. No more struggling to translate business questions into code. The #GeminiAPI makes it
AI Code Assistant with no third-party services required
Like AI for coding help but don’t want to use third-party services to use it? With Gemma you don’t have to! Just run it on your local server. Want to learn more? Check out the episode “Personal AI Code Assistant | Build with Google AI.” Watch more
Personal AI Code Assistant with Gemma
Meet the Personal AI Code Assistant, a code project that let's run your own, independent Gemma AI server for coding assistance and use it conveniently within Visual Studio Code. Learn how to extend this project to assist with coding questions and
How long does it REALLY take to build an AI task assistant?
In a couple of hours, you can start the Business Email AI Assistant code project and get a Gemma model helping you with customer inquiries. To get started, check out the video "Business Email AI Assistant with Gemma | Build with Google AI. Watch more
Business Email AI Assistant with Gemma
Managing customer emails is a challenging and overwhelming task for many businesses. Meet the Business Email AI Assistant, a code project that uses Google's Gemma 2 models to extract inquiry and ordering data from customer emails into structured
Spoken Language AI Assistant with Gemma
Meet the Spoken Language AI Assistant, a code project and tuned Gemma AI model that can complete tasks in your native language models. Learn how to extend this project and tune a model to perform specific tasks in a specific language, without
Learn how to build an AI powered code assistant
Coding is fun, but getting it from working to presentable? That can feel like a chore. A personalized #Gemini API code assistant can help you during the polishing process, leaving you with more time to create. ✨ Subscribe to Google for Developers →
Gemini: Your always-on AI assistant in Slides
Try Google Slides for yourself → https://goo.gle/3xtP084 What is Google Workspace → https://goo.gle/45RJoRM Set up Google Workspace → https://goo.gle/4eDQRaS Follow Google Workspace on Twitter → https://goo.gle/3VNgH3B Follow Google Workspace on
Gemini: Your always-on AI assistant in Sheets
Try Google Sheets for yourself → https://goo.gle/4bxtFYZ What is Google Workspace → https://goo.gle/45RJoRM Set up Google Workspace → https://goo.gle/4eDQRaS Follow Google Workspace on Twitter → https://goo.gle/3VNgH3B Follow Google Workspace on
Gemini: Your always-on AI assistant in Docs
Try Google Docs for yourself → https://goo.gle/45PAYKH What is Google Workspace → https://goo.gle/45RJoRM Set up Google Workspace → https://goo.gle/4eDQRaS Follow Google Workspace on Twitter → https://goo.gle/3VNgH3B Follow Google Workspace on
Level-up your sales, marketing, and customer service with Gemini for Google Workspace
Gemini is a contextual real-time assistant baked right into Workspace, one that lets you become a better writer, visual designer, data analyst, and project manager. In this session, discover how Gemini for Google Workspace empowers your teams to
Level up your productivity at work with Gemini for Google Workspace
Gemini is a contextual, real-time assistant baked right into Workspace — that lets you become a better writer, visual designer, data analyst, and project manager. In this session, discover how Gemini for Google Workspace empowers your teams to build
Scattered to Streamlined: Real-Time Teamwork with Google Workspace
Sarah, Assistant Program Manager at Yazi, an EdTech company revolutionizing education in Africa shares how Yazi uses Google Workspace to streamline workflows, boost productivity, and collaborate seamlessly on projects. Google Workspace's real-time
Become a better storyteller with Google Vids
Personalize your story with Google Vids, our latest AI-powered video creation app for Workspace. With Gemini in Vids, you get a production, editing, and writing assistant, all in one – with all of the collaboration capabilities your teams know from
Celebrating Women's History Month with Aimee Catalano
In the spirit of Women's History Month, Aimee Catalano, a Google Cloud leader devoted to fostering inclusion, shares her insights on thriving in the tech industry. Catalano emphasizes that kindness is a transformative force. By embracing compassion
Banish the blank page problem with AI
Learn how the Wordcraft AI writing assistant project can help you move beyond the blank page, and configure it to work with your writing workflow. For more information check out “AI Writing Assistant with Wordcraft | Build with Google AI” to learn
The TRUTH about coding with AI
Find out how you can use Pipet Code Agent to build an AI-powered coding workflow that works for you. For more information, check out the video “AI Code Assistant with Pipet Code Agent | Build with Google AI. Watch more episodes on Build with Google
Customize an AI code writing assistant
Learn how to make AI part of your programming practice with the Pipet Code Agent project. For more information, check out the video “AI Code Assistant with Pipet Code Agent | Build with Google AI.” Watch more episodes on Build with Google AI →
Can an AI writing assistant match my personal writing style?
Can you get AI to help you write in your own style? Learn how you can customize the Wordcraft project to help you write the way you want, and faster. For more information check out “AI Writing Assistant with Wordcraft | Build with Google AI” to learn
Can AI make me a best-selling writer?
Find out if AI can help make you a better, more productive writer using the Wordcraft AI-powered writing assistant project. For more information check out “AI Writing Assistant with Wordcraft | Build with Google AI” to learn more. Watch more episodes
Will AI make me a better coder?
Can AI make you a better coder? Learn how the Pipet Code Agent for Visual Studio Code can help you document your code, improve it, and use AI to make you development workflow more productive. For more information, check out the video “AI Code
AI code assistant with Pipet Code Agent
Learn how to build an AI-powered tool to help you improve and write code using the Google Gemini API (https://ai.google.dev/docs) and Microsoft Visual Studio Code. Build AI into your coding workflow with Pipet Code Agent, a VS Code extension. This
AI Writing Assistant with Wordcraft
Learn how to build an AI-powered writing assistant web app using the Google Gemini API (https://ai.google.dev/docs). AI language models can be a helpful tool for breaking out of your writer's block. Meet Wordcraft, a story writing tool that generates
In case you're wondering... 🤔 #Shorts
Ask our AI - Powered Event Assistant! What is Google Workspace → https://goo.gle/42Yc0FU Set up Google Workspace → https://goo.gle/3OC6J1i Subscribe to Google Workspace → https://goo.gle/GoogleWorkspace Follow Google Workspace on X →
Level up your Smart Home integration with Matter
In this Google I/O 2023 tutorial, Google Developers can learn about tools and techniques to level up Smart Home integrations. As part of this talk, we will cover multi-stack integrations to bring your cloud-to-cloud and local projects to matter,
How to combine AppSheet with Apps Script - Video tutorial
Have you ever combined AppSheet, Google’s no-code solution, with Apps Script, Google’s low-code tool? In this video, you are going to learn how you can create an application with AppSheet and automate actions within it with Apps Script. 00:00
The future of Google Assistant
In this episode of Assistant on Air, Toni Klopfenstein, Developer Relation Engineer, welcomes Allen Firstenberg, Google Developer Expert for Google Assistant, to chat about the future of Google Assistant and the pivot towards focusing on App Actions
How to integrate Wear OS with App Actions
App Actions is the nexus that enables users to quickly access an app's functionality with just their voice. But what if we told you incorporating App Actions on your smart watch was a possibility too? In this video, we’ll explore how App Actions
How Google Assistant works with Android for Cars
In this episode of Assistant on Air, Developer Relations Engineer Jessica Earley-Cha and Google Assistant Product Manager Madhukar Srivastava chat about how Google Assistant enhances the Android for Cars experience with voicified apps. Specifically,
How Google Assistant powers voice features in your apps with App Actions
In this episode of Assistant on Air, Developer Relations Engineer Toni Klopfenstein and Rebecca Nathenson - Assistant PM Director - chat about how Google Assistant helps devices and apps work better together through a natural intuitive interface.
Solution Challenge Demo Day 2022 Project: SaveONE life
SaveONE life helps donors locate and donate goods to orphanages in Kenya that are in need of basic items, food, clothing, and other educational resources. It's built with Android, Assistant / Actions on Google, Firebase, Google Cloud Platform, and
Solution Challenge Demo Day 2022 Project: Zero-zone
Zero-zone supports active communication for and with the hearing impaired. The tool leverages Android, Assistant / Actions on Google, Flutter, Google Cloud Platform, and TensorFlow. A team of all female developer students at Sookmyung Women's
Conversational Actions sunset FAQs
In this episode of Assistant on Air, Developer Relations Engineers Jessica Earley-Cha and Toni Klopfenstein sit down to chat about Conversational Actions sunset FAQs that have emerged. Can you still use and customize existing conversational actions?
What the Conversational Actions sunset means for Google Assistant
In this episode of Assistant on Air, Developer Relation Engineers Toni Klopfenstein and Jessica Earley-Cha chat about some big news for Google Assistant. Specifically, they talk about the pivot that Google Assistant is taking from conversational
How to use Google Assistant with Android
In this video, Developer Relations Engineers Jessica Earley Cha and Toni Klopfenstein sit down and talk about how to build for Google Assistant and its latest updates. They talk about Google Assistant’s role within the Android space, Android voice
How to SEO optimize your ecommerce website (8 Tips)
SEO, otherwise known as Search Engine Optimization, covers the actions taken to improve the ranking of your web pages in search results. In this episode of Ecommerce Essentials, we share eight, valuable SEO tips that could increase your ecommerce
How to develop a Matter device for Google Home
Extend capabilities by adding a matter device to Google Home. In this video, Matter Technical Solutions Engineer Austin Bozowski explores the Google Smart Home setup and the key tools and processes for home assistant matter integration. We’ll walk
Google Assistant functionality across Android devices
In this Google I/O session, discover how Google Assistant functionality can be extended to many devices running Android. Google Developers can get a brief overview of the capabilities available to app developers across a variety of device types,
How Google Assistant's architecture powers voice features in your apps
Learn about the structure and architecture that underlies Assistant’s functionality. In addition, discover what makes Assistant tick, and what goes into enabling voice interactivity on many devices across the world. See how developers can plug into
How to implement the Report State API for Smart Home
The Report State API proactively reports the latest status of the user devices to Home Graph. Moreover, this API minimizes queries to reduce latency, and limit network congestion. In this video, we show you how to implement Report State API for Smart
Recognize video actions with MoViNets #Shorts
Watch the full version here → https://goo.gle/3knSdfd Video Classification on Edge Devices with TensorFlow Lite and MoViNet → https://goo.gle/3MwKCH5 Stay tuned every Thursday for the latest developer news across Google. Watch more #DevShow →
How to integrate the Smart Home API with your devices
Looking to integrate your Google Home to the Smart Home API? In this video, we show you how to do just this. From setting up your OAuth server to providing constant health updates for your device, we walk you through these steps, while addressing key
Device types and traits for Smart Home
Device types and traits are modular, but there are some traits that make more sense to apply to certain devices.Besides device traits, what are device attributes and what is their function? Watch this video to learn about the different device types,
Getting started with connectivity devices for Google Home
The two most common connectivity device types are networks and routers. In this episode of Google Smart Home Developers, we talk through the most common connectivity device types, their traits, and explore helpful tips you should keep in mind when
How to enable environmental home controls for Google Assistant
One of the most prominent uses for smart home devices is adding voice controls that govern environmental home controls such as temperature, humidity, and more! Watch this video to learn how to enable voice control for environmental device features,
Getting started with security-devices
Looking to build a security device that can secure structural access, monitor surroundings, or notify users about nearby events? In this video, we cover important features you need to implement to create your security device. Watch more Google Smart
Getting Started With Smart Switches
Are you building a smart device whose primary function is turning off and on? Does your device include a more unique trait like color setting or brightness? In this video we will share some tips to help you get started quickly and help you build
Honest mistakes & manual actions
Everybody makes mistakes. In this episode of AskGooglebot, John Mueller explains the two ways Google handles honest mistakes in regards to the webmaster guidelines and web spam policies. This question was submitted by Ashraf Masadeh. Thank you! Send
Matter Developer Tools: Testing
Learn how to test and monitor your linked project in the Google Home IDE. Do more with Google Home → https://goo.gle/google-home Google Home IDE → https://goo.gle/google-home-ide Watch more Matter Developer Tools videos →
Matter Developer Tools: IDE setup
Learn how to set up the Google Home IDE and connect it to your development project. Do more with Google Home → https://goo.gle/google-home Google Home IDE → https://goo.gle/google-home-ide Watch more Matter Developer Tools videos →
Matter Developer Tools: Tools overview
Learn about the many tools available to help you develop, test, and deploy a smart device that’s compatible with Matter. Do more with Google Home → https://goo.gle/google-home Test suite for Smart Home → https://goo.gle/smart-home-test-suite
Matter Developer Tools: IDE overview
Are you looking to keep track of all the tools available to help you develop for Matter? Try the Google Home IDE. It provides a convenient place to develop, test, and monitor your implementation. Do more with Google Home → https://goo.gle/google-home
Google Developer Home Tools: Device Access
Did you know that you can integrate Google Nest devices into your own smart home app? Learn how to with the Device Access program. Building a Device Access Web Application → https://goo.gle/3EETp5B Device Access Console → https://goo.gle/32QjPUM
Google Developer Home Tools: WebRTC
Having trouble building a test integration for a smart camera? Try the WebRTC validator. It can quickly help address the challenges of building an integration test for a smart camera. WebRTC Validator Tool user guide →
Google Developer Home Tools: Project quality
These tips and tools will help you develop and test your integrations to ensure your smart home integration is of quality and provides users with fast, reliable, and easy-to-use smart devices. Handle errors and exceptions →
Google Developer Home Tools: Playground
The Google Home Playground makes it easier to get started with building a smart home integration with a GUI that enables you to quickly prototype your integration. Google Home Playground → https://goo.gle/googlehome-playground Watch more Google
Google Home Debugging Tools: Event logs
Experiencing issues with smart home integration? Look into the project logs to find the exact errors. This video covers how to access event logs and how to use them as debugging tools. Codelab → https://goo.gle/smart-home-debugging Handle errors and
Google Home Debugging Tools: Overview
Learn about the many tools available to debug and monitor for Smart Home Actions. Codelab → https://goo.gle/smart-home-debugging Handle errors and exceptions → https://goo.gle/error-handling Test suite for Smart Home →
Mobile Development for Matter: Device sharing in Android Apps
Learn about the process for implementing the functionality that shares smart home configurations between apps to provide an easy way for users to quickly set up and control their devices across different provider apps and systems. Do more with Google
Mobile Development for Matter: Operational discovery
To facilitate the discovery of smart devices on the local network and speed up the device onboarding process for users, learn the mechanics behind operational discovery. Do more with Google Home → https://goo.gle/google-home Google Home IDE →
Mobile Development for Matter: Concepts
Learn about the concepts and fundamentals for mobile development for Matter, a connectivity protocol designed to make it easier for developers to build reliable, cross-platform compatible smart devices. Do more with Google Home →
Mobile Development for Matter: Commissioning devices
Learn how commissioning devices through mobile can facilitate the configuration process for smart devices in the home and help create a more positive user experience. Do more with Google Home → https://goo.gle/google-home Google Home IDE →
Google Assistant 2021 highlights
The Google Assistant team wraps up 2021 by highlighting the year’s newest features, tools, and updates to App Actions, Smart Home, and Conversational Actions. Further information: 2021 Assistant Recap → https://goo.gle/32ghiTe App Actions Pathway →
How to integrate Android widgets with Google Assistant
Assistant uses Android Widgets to fulfill intents allowing users to have interactive voice-enabled app experiences. Jessica dives into widgets, App Actions, and the steps to integrate Android Widgets with Assistant. Resources App Action Docs →
[DEPRECATING] Speech Synthesis Markup Language (SSML) features for Assistant
"*** Conversational Actions will be deprecated on June 13, 2023. *** *** For more information go to https://goo.gle/ca-sunset ***" Speech Synthesis Markup Language (SSML) can be used to enrich your Conversational Action with Actions Builder. Using
Preview Mobile SDK for Matter
To make smart home app experiences more seamless, the Google Home Mobile SDK makes it easy to build Matter apps on Android. With this intuitive tool, you can build apps with consistent device commissioning and sharing experiences, creating great out
Preview the Google Home Developer Center
Learn more about the new Google Home Developer Center, the one place for all of your smart home development. See a preview of the Developer Center's website and console. Resources: Google Home → https://goo.gle/google-home Control your smart home →
Building great experiences with Google Smart Home
Whether you are writing firmware for your devices, or building mobile applications to create new experiences for your users, join Marco Cavalli, Product Manager, and Jung-Yu (Gina) Yeh, Technical Solutions Engineer on the Nest team, to learn how
Smart Home Summit ‘21 Welcome Keynote
Join Michele Turner, Senior Director of Product Management, to learn why Google is the best platform for smart home developers to build, innovate, and grow. We’ll show you new ways Google is empowering developers to create experiences that let users
Smart Home tools and updates
Learn about new developer tools and updates for Google Home and Device Access. Learn about Google's quality efforts, updates to WebRTC, the Test Suite, Analytics, as well as get a preview of the Smart Home Playground — a new tool for prototyping
New developer tools for Matter
Get a walkthrough of the new Google Home IDE plugin for VSCode for Matter and the Google smart home ecosystem. Developers can use this tool to view log messages, debug, and test your devices. Resources: Google Home →
How to debug Smart Home
This workshop will walk you through the debugging flow for Smart Home and Matter projects, and provide an overview of our debugging tools. Learn how to analyze your error logs and metrics using Smarthome Analytics and test your integration quality
Embedded Onboarding preview with Google and Matter
See Matter in action with Google. Learn how Google has already incorporated Matter into our ecosystem, and is using this unified application layer to enhance the smart home experience for both developers and users. Watch a preview of the application
Push dynamic shortcuts to Assistant
Google Assistant can suggest your dynamic shortcuts to users at contextually relevant times, enabling users to replay your voice-enabled functionality. In this video, we overview what dynamic shortcuts are, how to add dynamic shortcuts to your apps,
App actions for Android: Capabilities and static shortcuts
Developer Relations Engineer, Toni Klopfenstein, overviews how to implement App Actions on Android apps using capabilities and static shortcuts to enable end-users to launch apps with their voice. App Action Docs → https://goo.gle/appactions-docs App
Built-in intents for App Actions
By implementing built-in intents for your app, you can offload the natural language understanding and leverage App Actions to enable users to accelerate the usage of your app. Toni Klopfenstein explains the fundamental concepts of built-in intents
Penalties (and next steps)
Aurora Morales and her two co-hosts: Organic(a) and Monetized explain what manual actions and publisher policy violations are and what you can do to prevent and resolve these issues. Learn how to make your monetized website compliant with Google’s
Tackling web spam, search quality, and more!
John, Martin, and Gary are joined by special guest Duy Nguyen from the Search Quality team. They discuss tackling web spam, responding to manual actions, preventing hacks, ranking, and more. Google Search developer site → https://goo.gle/35HtREZ
Using machine learning and AI in AppSheet
If you’ve ever wanted your application to auto-detect text or images, make predictions based on data, or command your app with your voice within a no-code application development platform, this video is for you. In this episode of Building with
Smart Home proactive notifications and follow-up responses
In this episode, we go over how to implement notifications to your Smart Home Actions to alert users of timely events. Stay tuned to find out more about the two types of alert notifications you can add to your Smart Home Actions: proactive
What’s new in Android, Firebase, Flutter, TensorFlow, and much more from Google I/O 2021
TL;DR 247 | The Google Developer News Show 0:00 - Introduction 0:30 - Android → https://goo.gle/2RUeSF0 0:52 - Firebase → https://goo.gle/34Cas8R 1:38 - Google Pay → https://goo.gle/34sHZBW 1:49 - Developer Library → https://goo.gle/3wCUoPR 1:59 -
New transaction features on smart devices
In this Demo, we take a look at some user experience (UX) changes for card verification code (CVC) confirmation and new payment method entry for payments on smart screens. Speaker: Mike Bifulco Watch more: Google Developers at Google I/O 2021
App Actions test tool
In this Demo, we show you how to use the App Actions test tool to test the functionality of your actions. Resources: App Action Docs → https://goo.gle/assistant-app-docs App Action Codelabs → http://goo.gle/app-actions-codelabs App Action Samples→
How to create your first App Action
In this Demo, we show you how to extend your Android app with an App Actions. Speaker: Mike Bifulco Watch more: Google Developers at Google I/O 2021 Playlist → https://goo.gle/io21-GoogleDevelopers All Google I/O 2021 Demos →
App Actions overview
App Actions is how developers can integrate Google Assistant into their Android App. Enable your users to launch specific features in your app using the Google Assistant. Jessica Dene Earley-Cha explains key concepts and implementation steps for App
Debugging the smart home
Learn how to improve the reliability of your smart home integration with Google’s new tools for developers. Understand how to analyze your error logs and metrics using Smarthome Analytics, and test your integration quality with Test Suite. Speaker:
Extend an Android app to Google Assistant with App Actions
Learn to develop App Actions using common built-in intents in this codelab. Enable users to open app features and search for in-app content with Google Assistant. Speaker: Jessica Earley-Cha Watch more: Google Assistant at Google I/O 2021 →
App Actions
Learn from a panel of Googlers and get answers about building App Actions in this Ask Me Anything (AMA) Session. Speakers: Doug Stevenson, Adam Coimbra, Jisha Abubaker Watch more: Google Assistant at Google I/O 2021 →
[DEPRECATING] Top 11 Google Assistant announcements from Google I/O 2021
*** Conversational Actions will be deprecated on June 13, 2023. *** *** For more information go to https://goo.gle/ca-sunset *** Want the highlights of the Google Assistant 2021 I/O announcements? We’ve got you covered! This recap covers what’s
Getting started with Project CHIP
Learn about Project Connected Home over IP (Project CHIP), a new standard for the smart home that Google will launch in late 2021. Learn what it is, how to get involved, and how to start building today. Speakers: Kevin Po, Don Darling Watch
What’s new in smart home
Google is leading the next evolution to make a smart home a truly helpful home. We want to help you create the richest, most differentiated, and most helpful experiences for your users in the Google ecosystem. Learn about the tools and features we're
Building globally relevant products
Every second, three new users come online for the first time, and they're eager to use technology. When you build for new internet users, the result is a product that's more relevant and helpful for everyone. New users are sparking a paradigm shift