Skip to content

Instantly share code, notes, and snippets.

@anchetaWern
Last active July 12, 2019 00:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anchetaWern/488a0f25c0f5ee574bc149a2ac9f8c90 to your computer and use it in GitHub Desktop.
Save anchetaWern/488a0f25c0f5ee574bc149a2ac9f8c90 to your computer and use it in GitHub Desktop.
Pokedex Bot: Dialogflow config.js
export const dialogflowConfig = {
"type": "service_account",
"project_id": "XXX-XXXX-XXXX",
"private_key_id": "XXXXX",
"private_key": "-----BEGIN PRIVATE KEY----XXXXX\n-----END PRIVATE KEY-----\n",
"client_email": "dialogflow-XXXX@XXXXX-XXX-XXXX.iam.gserviceaccount.com",
"client_id": "XXXXXXXXXX",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_xxxx_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/XXXX/dialogflow-XXXXXXX.iam.gserviceaccount.com"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment