Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit ec19ba3

Browse files
authored
Updated Readme
1 parent 9bf82fa commit ec19ba3

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,20 +79,21 @@ Alternatively you can use the Google Actions Command Line Interface to generate
7979
8080
### Push your action package to the Assistant Platform
8181
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:
8385
```
8486
$ gactions update --action_package action.json --project PROJECT_ID
8587
```
8688
(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.
9091
9192
## Test your bot
9293
You should now be able to test your bot:
9394
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.
9697
9798
## Engine input parameters
9899
The connector will send the following input parameter along with the user input to the Teneo engine:

0 commit comments

Comments
 (0)