You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 21, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -79,20 +79,21 @@ Alternatively you can use the Google Actions Command Line Interface to generate
79
79
80
80
### Push your action package to the Assistant Platform
81
81
1. Download the [gactions CLI](https://developers.google.com/actions/tools/gactions-cli) and follow the installation instructions.
82
-
2. Run the following command to push your action package to the Assistant Platform (replace PROJECT_ID with the id of your Google Assistant project):
82
+
2. Take note of PROJECT_ID, which is found in the URL of your Google Assistant Project.
83
+
In the next example URL, the part in bold is the PROJECT_ID: ht<span>tp://</span>console.actions.google.com/u/0/project/**myproject**/overview
84
+
3. Run the following command to push your action package to the Assistant Platform. Replace PROJECT_ID with the id of your Google Assistant project obtained in the previous step:
(alternatively you can modify the 'Update action command' you copied earlier and replace 'PACKAGE_NAME' with 'action.json')
87
-
3. Follow the instructions in the terminal to authenticate.
88
-
89
-
If you don't know or lost your PROJECT_ID, you can find it in the URL of your Google Assistant Project. In the next example URL, the part in bold is the PROJECT_ID: ht<span>tp://</span>console.actions.google.com/u/0/project/**myproject**/overview
89
+
90
+
4. Follow the instructions in the terminal to authenticate.
90
91
91
92
## Test your bot
92
93
You should now be able to test your bot:
93
94
1. Open your project on the [Actions on Google Developer Console](http://console.actions.google.com/).
94
-
2. Click on the 'Test' tab.
95
-
3. To activate your bot, ask Google Assistant 'Talk to [your bot invocation name]'. After that, your inputs will be sent to your bot.
95
+
2. Click on the 'Test' tab. Then, if this is the first time you open 'Test', a 'Start Testing' button may be shown. Click it and select 'Version-Draft' as the default action.
96
+
4. To activate your bot, ask Google Assistant 'Talk to [your bot invocation name]'. After that, your inputs will be sent to your bot.
96
97
97
98
## Engine input parameters
98
99
The connector will send the following input parameter along with the user input to the Teneo engine:
0 commit comments