|
2 | 2 |
|
3 | 3 | [![Open in Cloud Shell][shell_img]][shell_link] |
4 | 4 |
|
5 | | -[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png |
| 5 | +[shell_img]: http://gstatic.com/cloudssh/images/open-btn.svg |
6 | 6 | [shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googlecloudplatform/php-docs-samples&page=editor&working_dir=dialogflow |
7 | 7 |
|
8 | 8 | ## Description |
9 | 9 |
|
10 | | -This command-line application demonstrates how to invoke Dialogflow |
| 10 | +This command-line application demonstrates how to invoke Dialogflow |
11 | 11 | API from PHP. |
12 | 12 |
|
13 | 13 | ## Before you begin |
@@ -126,7 +126,7 @@ Examples: |
126 | 126 | php dialogflow.php context-delete -s SESSION_ID PROJECT_ID test-context-id |
127 | 127 |
|
128 | 128 | Commands: |
129 | | - session-entity-type-list |
| 129 | + session-entity-type-list |
130 | 130 | session-entity-type-create |
131 | 131 | session-entity-type-delete |
132 | 132 |
|
@@ -187,7 +187,7 @@ Examples: |
187 | 187 | php dialogflow.php entity-type-delete PROJECT_ID e57238e2-e692-44ea-9216-6be1b2332e2a |
188 | 188 |
|
189 | 189 | Commands: |
190 | | - entity-type-list |
| 190 | + entity-type-list |
191 | 191 | entity-type-create |
192 | 192 | entity-type-delete |
193 | 193 |
|
@@ -217,7 +217,7 @@ Examples: |
217 | 217 | php dialogflow.php entity-delete PROJECT_ID e57238e2-e692-44ea-9216-6be1b2332e2a new_room |
218 | 218 |
|
219 | 219 | Commands: |
220 | | - entity-list |
| 220 | + entity-list |
221 | 221 | entity-create |
222 | 222 | entity-delete |
223 | 223 |
|
@@ -245,7 +245,7 @@ Examples: |
245 | 245 | php dialogflow.php session-entity-type-delete -s SESSION_ID PROJECT_ID room |
246 | 246 |
|
247 | 247 | Commands: |
248 | | - session-entity-type-list |
| 248 | + session-entity-type-list |
249 | 249 | session-entity-type-create |
250 | 250 | session-entity-type-delete |
251 | 251 |
|
|
0 commit comments