diff --git a/tools/SIP_SIPREC_integration_Dialogflow_CURL_commands_with_SIP_TRUNK_management.ipynb b/tools/SIP_SIPREC_integration_Dialogflow_CURL_commands_with_SIP_TRUNK_management.ipynb index 0c6dbc36..a3f16802 100644 --- a/tools/SIP_SIPREC_integration_Dialogflow_CURL_commands_with_SIP_TRUNK_management.ipynb +++ b/tools/SIP_SIPREC_integration_Dialogflow_CURL_commands_with_SIP_TRUNK_management.ipynb @@ -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",