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-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,13 @@ If you prefer to run your bot locally, see [Running the connector locally](#runn
27
27
28
28
1. Go to the [Actions on Google Developer Console](http://console.actions.google.com/).
29
29
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.
33
32
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
+
35
37
36
38
### Create an Action package
37
39
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
89
91
## Test your bot
90
92
You should now be able to test your bot:
91
93
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.
93
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.
0 commit comments