How to publish your bot to Google Assistant Help Center June 23, 2022 14:32 Updated Currently, integration with the Google Assistant channel is only available for Enterprise users. 1. To connect your bot to the Assistant, access the Actions Console and create a project. 2. Choose a name for your project and configure the action language and region. 3. Choose the project category. 4. Now, go to the Project Settings in the upper right corner and copy the Project ID 5. Download the Gactions CLI, paste the executable in the project folder and, through command lines (CMD), run the command: gactions init 6. Configure the JSON file according to your bot. If the bot is in a organization the url should includ the name of the organization: https://organizationName.assistant.gw.msging.net/[PROJECT_ID] Take: https://assistant.gw.msging.net/[PROJECT_ID] With an organization: https://organizationName.assistant.gw.msging.net/[PROJECT_ID] 7. Update your Actions settings by running the command: gactions update --action_package action.json --project [YOUR_PROJECT_ID] 8. Access Blip, select your bot and go to Settings. Access the Advanced Settings and add the following configuration: Domain: postmaster@assistant.gw.msging.netKey: AccountExternalIdValue: [PROJECT-ID] Congratulations! Your bot is ready and connected to Google Assistant. For more information, visit the discussion on the subject inour community or the videos on our channel. 😃 Related articles How to publish your bot on Microsoft Teams How to Publish Your Chatbot on Apple Message for Business Sending notifications with Google Assistant Builder exit conditions How to publish your chatbot in email