How to publish your bot to Google Assistant June 16, 2023 23:23 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] Blip: 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 in our community or the videos on our channel. 😃 Related articles Migrate WhatsApp Number Plugin How to Verify Google My Business GMB How to Publish Your Bot on Microsoft Teams FAQs - Search Configuration Report manager