We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7bc6d7 commit 797f844Copy full SHA for 797f844
2 files changed
example/App.js
@@ -26,7 +26,7 @@ export default class App extends Component {
26
};
27
28
ApiAi.setConfiguration(
29
- "INSERT_HERE_YOUR_CLENT_ACCESS_TOKEN", ApiAi.LANG_GERMAN
+ "INSERT_YOUR_CLENT_ACCESS_TOKEN_HERE", ApiAi.LANG_GERMAN
30
);
31
}
32
example/README.md
@@ -3,7 +3,7 @@
3
Please insert your `clientAccessToken` and may set another language in the `App.js` before starting the app!
4
```
5
6
- "INSERT_HEAR_YOUR_CLENT_ACCESS_TOKEN", ApiAi.LANG_GERMAN
7
8
9
<img src="screenshot.png" width="60%">
0 commit comments