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

Commit 9bf82fa

Browse files
authored
Updated Readme 2020.October.5
1 parent 0faae2c commit 9bf82fa

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@ If you prefer to run your bot locally, see [Running the connector locally](#runn
2727

2828
1. Go to the [Actions on Google Developer Console](http://console.actions.google.com/).
2929
2. Click on Add Project, enter name for the project, specify language and country and click Create Project.
30-
3. On the page that appears, scroll down and under 'More options', choose Assistant SDK.
31-
4. In the popup that appears, copy the 'Update action' command and store it somewhere, you will need it later.
32-
5. Click OK to close the popup.
30+
3. On the page that appears, scroll down, select 'Custom', and click 'Next'.
31+
4. Select 'Conversation Component', click 'Start Building', and wait a few moments for the Action Console's dashboard to appear.
3332
6. On the screen that appears, under 'Quick Setup', click 'Decide how your Action is invoked'
34-
7. Under 'Display name' choose the invocation name you want to use for your bot and click 'Save'.
33+
5. In 'Display Name', choose the invocation name you want to use to start a conversation with your bot.
34+
Note: Some words are not allowed in the display name, for example: 'bot', 'assistant, and 'Google'.
35+
6. Select a Google Assistant Voice, and click 'Save'.
36+
3537

3638
### Create an Action package
3739
In order to connect your bot to Google Assistant, you first need to create your own 'action package' locally as a JSON file. You will 'push' this action package to Google Assistant later.
@@ -89,7 +91,7 @@ If you don't know or lost your PROJECT_ID, you can find it in the URL of your Go
8991
## Test your bot
9092
You should now be able to test your bot:
9193
1. Open your project on the [Actions on Google Developer Console](http://console.actions.google.com/).
92-
2. On the left, under 'TEST' choose 'Simulator'.
94+
2. Click on the 'Test' tab.
9395
3. To activate your bot, ask Google Assistant 'Talk to [your bot invocation name]'. After that, your inputs will be sent to your bot.
9496
9597
## Engine input parameters

0 commit comments

Comments
 (0)