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

Integrating Dialogflow CX with Azure Bot Service #232

Open Jeferson-silva-dev opened 7 months ago

Jeferson-silva-dev commented 7 months ago

I followed this step by step, but when testing on Azure Bot I received the following response.

test chat azure bot

hi

Sent at November 23 at 5:07 PMJust now Bot said: The bot encountered an error or bug. Bot said: The bot encountered an error or bug.

Sent at November 23 at 5:07 PM Bot said: To continue to run this bot, please fix the bot source code. Bot said: To continue to run this bot, please fix the bot source code.

Boltuzamaki commented 4 months ago

gcloud functions deploy dialogflow-azure-webhook --entry-point app --runtime nodejs14 --service-account=$SERVICE_ACCOUNT --trigger-http

try this command looks like code is upgraded to newer version which requires nodejs14+ to run.