-
Notifications
You must be signed in to change notification settings - Fork 0
Google Cloud Project and Dialogflow Agent Setup
Christopher Martin edited this page Jun 17, 2021
·
2 revisions
1. Navigate to https://console.cloud.google.com/ and agree to the Terms of Service
2. Navigate to https://dialogflow.cloud.google.com/ and sign in with your desired Google account
12. Navigate to https://console.cloud.google.com/projectselector2/iam-admin/serviceaccounts and select the Google Cloud Project whose name matches your Dialogflow Project ID
20. Place the downloaded credentials file in a secure location and enter its path into your .env file
{
"type": "service_account",
"project_id": "classroom-assistant",
"private_key_id": "...",
"private_key": "...",
"client_email": "...",
"client_id": "...",
"auth_uri": "...",
"token_uri": "...",
"auth_provider_x509_cert_url": "...",
"client_x509_cert_url": "..."
}