Search code examples
restdialogflow-esactions-on-google

Google dialog flow REST API timeout


Can I integrate my custom REST API with google dialog flow. If yes, then what is the timeout to set at google dialog flow. My API takes between 20-30 seconds to come back. Is there a flexibility in the chatbot to increase its timeout?


Solution

  • Google Assistant timeout after 10 sec, and Dialgflow service (for other platforms) timeout after 5 sec. Try to do some caching or improve service response time!