GoogleCloudPlatform / dialogflow-integrations

Dialogflow integrations with multiple platforms including KIK, Skype, Spark, Twlio, Twitter and Viber
https://cloud.google.com/dialogflow/
Apache License 2.0
246 stars 499 forks source link

Getting error while trying to deploy GCP function #204

Open AdityaSinghania93 opened 1 year ago

AdityaSinghania93 commented 1 year ago

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