Skip to content

Instantly share code, notes, and snippets.

@anchetaWern
Created July 11, 2019 05:19
Show Gist options
  • Select an option

  • Save anchetaWern/36ff57e1f0da994752e0ee24941cdab8 to your computer and use it in GitHub Desktop.

Select an option

Save anchetaWern/36ff57e1f0da994752e0ee24941cdab8 to your computer and use it in GitHub Desktop.
Pokedex Bot: configure Dialogflow in App.js
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