Skip to content

Commit

Permalink
Fix-insights-api-name (#276)
Browse files Browse the repository at this point in the history
* Enable Insights API

* fix Insights api endpoint
  • Loading branch information
vdlima authored Dec 4, 2024
1 parent 676633a commit bf4a85f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"# Ensure that the project has Dialogflow APIs enabled\n",
"!gcloud services enable dialogflow.googleapis.com\n",
"# Ensure that the project has Insights APIs enabled\n",
"!gcloud services enable contactcenterinsights.com\n",
"!gcloud services enable contactcenterinsights.googleapis.com\n",
"\n",
"CONTAINS_SPACES_PATTERN = r\"\\s\"\n",
"# If the JWT string has spaces, then use SSO for authentication\n",
Expand Down

0 comments on commit bf4a85f

Please sign in to comment.