priyankavergadia / AppointmentScheduler-GoogleCalendar

Create Appointment Scheduler chatbot using Dialogflow, by creating a fulfillment integration with Google Calendar API
Apache License 2.0
91 stars 62 forks source link

Webhook call failed. Error: DEADLINE_EXCEEDED. #8

Closed imsazzad closed 4 years ago

imsazzad commented 4 years ago

I am using it with my company calendar & email.

imsazzad commented 4 years ago

@priyankavergadia

imsazzad commented 4 years ago

got the issue. I had to change the intent name in your codebase to my one as I had a different intent name

hemingd commented 4 years ago

Hey Imszzad, which file and line of code required changing for you, I think I have the same issue but cannot locate the issue.

imsazzad commented 4 years ago

this is not the code. My Intent name was different. intentMap.set('Schedule Appointment', makeAppointment); change this line with your intent name. for example: intentMap.set('MyIntentName', makeAppointment);