Created
July 11, 2019 05:19
-
-
Save anchetaWern/36ff57e1f0da994752e0ee24941cdab8 to your computer and use it in GitHub Desktop.
Pokedex Bot: configure Dialogflow in App.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| componentDidMount() { | |
| Dialogflow_V2.setConfiguration( | |
| dialogflowConfig.client_email, | |
| dialogflowConfig.private_key, | |
| Dialogflow_V2.LANG_ENGLISH_US, | |
| dialogflowConfig.project_id | |
| ); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment