How to publish your bot to Google Assistant Take Blip January 15, 2021 17: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. 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.