Skip to content

Commit

Permalink
update method table
Browse files Browse the repository at this point in the history
  • Loading branch information
spoeck committed Jun 13, 2018
1 parent 48f6962 commit 527513f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ Dialogflow.setConfiguration("4xxxxxxxe90xxxxxxxxc372", Dialogflow.LANG_GERMAN);
## Methods
| name | platform | param1 | param2 | param3 | param4 |
| --------------------- | -------- | --------- | --------- | --------- | --------- |
| `setConfiguration` | both | accessToken: String | languageTag: String | (V2 only) projectId: String |
| `setConfiguration` (V1) | both | accessToken: String | languageTag: String |
| `setConfiguration` (V2) | both | client_email: String | private_key: String | languageTag: String | projectId: String |
| `startListening` | both | resultCallback: (result: object)=>{} | errorCallback: (error: object)=>{} | |
| `finishListening` | ios | | | |
| `requestQuery` | both | query: String | resultCallback: (result: object)=>{} | errorCallback: (error: object)=>{} |
Expand Down

0 comments on commit 527513f

Please sign in to comment.