GoogleCloudPlatform / GoogleCloudPlatform/dialogflow-integrations
Getting error while trying to deploy GCP function
- Dominant language
- JavaScript
- Stars
- 286
- Forks
- 547
- PR merge metrics
- No merged PRs in 30d
Description
Hi All,
I am getting error while trying to deploy the below command in GCP cloud function.
===================================
gcloud functions deploy demodialogflowteams \
--runtime nodejs12 \
--service-account=demodialogflowteams@demodialogflowteams.iam.gserviceaccount.com \
--entry-point app \
--trigger-http \
--set-env-vars GOOGLE_PROJECT_ID="demodialogflowteams",MICROSOFT_APP_ID=$MICROSOFT_APP_ID,MICROSOFT_APP_PASSWORD=$MICROSOFT_APP_PASSWORD,MICROSOFT_TENANT_ID=$MICROSOFT_TENANT_ID
===================================
If anybody has idea on how to deploy this cloud function in GCP that connects our dialog flow with Microsoft teams for conversation
Contributor guide
Assessment
This issue has not been assessed yet.