Build Actions for the Google Assistant
FreeBeginner-level codelab for building Google Assistant actions
FreeFree tier
Inputs: textOutputs: text
About Build Actions for the Google Assistant
Build Actions for the Google Assistant using Actions Builder (Level 1) is a Google Codelab that teaches beginners how to create conversational actions for Google Assistant. It covers creating an Actions project, sending prompts, processing user input, testing with the Actions simulator, and implementing fulfillment via Cloud Functions. Participants build a simple fortune-telling Action set in a mythical land. Note: Conversational Actions were deprecated on June 13, 2023.
Key Features
Create an Actions project in the Actions console
Send prompts and process user input
Handle suggestion chips for user input
Test actions in the Actions simulator
Implement fulfillment using Cloud Functions editor
Modify greetings based on returning vs. new users
Pros & Cons
Pros
- Free and step-by-step tutorial
- Covers core concepts for beginners
- Integrates with Google Cloud Functions for fulfillment
- Includes built-in simulator for testing
Cons
- Conversational Actions were deprecated on June 13, 2023
- Requires billing account for Cloud Functions deployment
- Only covers beginner-level concepts (Level 1)
Best For
Building a conversational fortune-telling actionLearning to develop actions for Google AssistantPrototyping simple interactive experiences on smart speakers, phones, and cars
FAQ
What tools do I need to complete this codelab?
A web browser such as Google Chrome, a Google account, and permissions enabled for Web & App Activity.
Do I need prior experience with Google Assistant development?
No, this codelab covers beginner-level concepts and does not require any prior experience with the platform.
Is the Action I build deployable?
The codelab focuses on building and testing the action using the simulator; deployment to production is not covered in Level 1.