Skip to content

Commit 96239c2

Browse files
authored
fix typos
1 parent 2f5c724 commit 96239c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A React-Native Bridge for the Google Dialogflow AI SDK.
1111

1212
Support for iOS 10+ and Android!
1313

14-
We are currently working on dialogflow V2 support! (Last Update: 06.March 2018)
14+
We are currently working on dialogflow V2 support! (Last Update: 07.March 2018)
1515

1616

1717
[Dialogflow](https://dialogflow.com/) is a powerful tool for building delightful and natural conversational experiences. You can build chat and speech bots and may intergrate it in a lot of platform like twitter, facebook, slack, or alexa.
@@ -66,7 +66,7 @@ Set the `accessToken` and the language in your constructor:
6666

6767
```
6868

69-
For V2 you can set the OAUTH accessToken of the (auth setup)[https://dialogflow.com/docs/reference/v2-auth-setup]. In addition you have to set your projectId:
69+
For V2 you can set the OAUTH accessToken of the [auth setup](https://dialogflow.com/docs/reference/v2-auth-setup). In addition you have to set your projectId:
7070
```javascript
7171
constructor(props) {
7272
super(props);
@@ -232,7 +232,7 @@ Dialogflow.setConfiguration("4xxxxxxxe90xxxxxxxxc372", Dialogflow.LANG_GERMAN);
232232
## Methods
233233
| name | platform | param1 | param2 | param3 | param4 |
234234
| --------------------- | -------- | --------- | --------- | --------- | --------- |
235-
| `setConfiguration` | both | accessToken: String | languageTag: String | (V2 only: projectId) |
235+
| `setConfiguration` | both | accessToken: String | languageTag: String | (V2 only) projectId: String |
236236
| `startListening` | both | resultCallback: (result: object)=>{} | errorCallback: (error: object)=>{} | |
237237
| `finishListening` | ios | | | |
238238
| `requestQuery` | both | query: String | resultCallback: (result: object)=>{} | errorCallback: (error: object)=>{} |

0 commit comments

Comments
 (0)