Skip to content

Commit

Permalink
Merge branch 'master' into auth-user-before-gcloud-commands
Browse files Browse the repository at this point in the history
  • Loading branch information
vdlima authored Sep 12, 2024
2 parents 7044745 + 0be49b0 commit 2e99de0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/SIP_SIPREC_integration_Dialogflow_CURL_commands.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
"REGION = \"global\" # @param {type:\"string\"}\n",
"JWT = \"Leave as-is to use SSO or enter generated JWT token here\" # @param {type:\"string\"}\n",
"\n",
"# Ensure that the project has Dialogflow APIs enabled\n",
"!gcloud config set project {PROJECT_ID}\n",
"!gcloud services enable dialogflow.googleapis.com\n",
"\n",
"\n",
"# Ensure that the project has Dialogflow APIs enabled\n",
"!gcloud config set project {PROJECT_ID}\n",
Expand Down

0 comments on commit 2e99de0

Please sign in to comment.